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)