Skip to content

Commit

Permalink
update man-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 13, 2021
1 parent 1230e51 commit 08f62ec
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions gitfame/git-fame.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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[<format>]\f[], e.g.
Expand Down

0 comments on commit 08f62ec

Please sign in to comment.