module documentation
Undocumented
Function | diffstat |
(git diff tag1 tag2 --stat) |
Function | main |
Undocumented |
Function | _parse |
Parse a git style diff or patch to generate diff stats. |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Constant | _GIT |
Undocumented |
Variable | _git |
Undocumented |
- Generate summary statistics from a git style diff ala
- (git diff tag1 tag2 --stat)
- Returns: A byte string that lists the changed files with change
- counts and histogram
Parameters | |
lines | list of byte string "lines" from the diff to be parsed |
max | maximum line length for generating the summary statistics (default 80) |