git-blame-parser 0.1.0

Parses the git blame porcelain format into a struct.
Documentation
1
2
3
4
5
6
7
8
9
git-blame-parser
================

Parses the output of `git blame` command in [the porcelain format](https://git-scm.com/docs/git-blame#_the_porcelain_format) into a struct.
the output must be generated using the `--line-porcelain` option.


## License
[MIT](./LICENSE)