Crate git_blame_parser

Source
Expand description

git-blame-parser

Structs§

Blame
The blame information
ParseError
The porcelain format parser error

Functions§

parse
Parses the output of git blame command in the porcelain format. the output must be generated using the --line-porcelain option.
parse_one_blame
Parses the porcelain format output corresponding to a single line to construct a Blame object.