From 08f62ec6dcdda829a120557e2f9ffe13484c8230 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 13 Oct 2021 22:34:39 +0100 Subject: [PATCH] update man-pages --- gitfame/git-fame.1 | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) 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.