Available on crate feature
parse only.Expand description
Parser for git diff --name-status -z.
Each entry is a single status character followed by a tab and the path,
all NUL-terminated. Renames/copies include a numeric similarity index
(e.g. R100) and a second path following another NUL.
Structs§
- Diff
Entry - One parsed entry from
git diff --name-status -z.
Enums§
- Diff
Kind - Classification of a diff entry.
Functions§
- parse_
diff_ name_ status - Parse the output of
git diff --name-status -z.