|
NAMEgit-guilt - calculate change between two revisionsSYNOPSISgit guilt [<option>]git guilt [<option>] <since> [<until>] DESCRIPTIONIn the first form, shows total blame count for files with unstaged changes.In the second form, calculates the change in blame between two revisions. If not specified, <until> will default to HEAD. OPTIONS-hOutput usage information -e, --email Display author emails instead of names -w, --ignore-whitespace Ignore whitespace only changes when attributing blame -d, --debug Output debug information ExamplesFind blame on unstaged modified files:
Find blame delta between two commits:
Find blame delta over the last three weeks:
Since git 1.8.5, the above can also be written as: $ git guilt @{3.weeks.ago} Find blame delta for a topic branch:
AUTHORWritten by spacewander <spacewanderlzx@gmail.com>REPORTING BUGS<https://github.com/tj/git-extras/issues>SEE ALSO<https://github.com/tj/git-extras>
Visit the GSP FreeBSD Man Page Interface. |