diff --git a/gitfame/git-fame.1 b/gitfame/git-fame.1 index 80ad03e..73e6313 100644 --- a/gitfame/git-fame.1 +++ b/gitfame/git-fame.1 @@ -60,9 +60,9 @@ Branch or tag [default: HEAD] up to which to check. .RE .TP .B \-\-loc=\f[I]type\f[] -[default: surviving]|ins(ertions)|del(etions) What \f[C]loc\f[] -represents. +surv(iving)|ins(ertions)|del(etions) What \f[C]loc\f[] represents. Use \[aq]ins,del\[aq] to count both. +defaults to \[aq]surviving\[aq] unless \f[C]\-\-cost\f[] is specified. .RS .RE .TP @@ -90,6 +90,13 @@ Include time cost in person\-months (COCOMO) or person\-hours (based on commit times). Methods: month(s)|cocomo|hour(s)|commit(s). May be multiple comma\-separated values. +Alters \f[C]\-\-loc\f[] default to imply \[aq]ins\[aq] (COCOMO) or +\[aq]ins,del\[aq] (hours). +.RS +.RE +.TP +.B \-R, \-\-recurse +Recursively find repositories & submodules within . .RS .RE .TP @@ -134,6 +141,18 @@ child\[aq]s to find where the lines came from [default: False]. .RS .RE .TP +.B \-\-ignore\-rev=\f[I]rev\f[] +Ignore changes made by the given revision (requires +\f[C]\-\-loc=surviving\f[]). +.RS +.RE +.TP +.B \-\-ignore\-revs\-file=\f[I]f\f[] +Ignore revisions listed in the given file (requires +\f[C]\-\-loc=surviving\f[]). +.RS +.RE +.TP .B \-\-format=\f[I]format\f[] Table format [default: pipe]|md|markdown|yaml|yml|json|csv|tsv|tabulate. May require \f[C]git\-fame[]\f[], e.g.