Expand description
git-blame-parser
Structs§
- Blame
- The blame information
- Parse
Error - The porcelain format parser error
Functions§
- parse
- Parses the output of
git blamecommand in the porcelain format. the output must be generated using the--line-porcelainoption. - parse_
one_ blame - Parses the porcelain format output corresponding to a single line to construct a Blame object.