|
1 |
| -.\" Automatically generated by Pandoc 2.19.2 |
| 1 | +.\" Automatically generated by Pandoc 3.3 |
2 | 2 | .\"
|
3 |
| -.\" Define V font for inline verbatim, using C font in formats |
4 |
| -.\" that render this, and otherwise B font. |
5 |
| -.ie "\f[CB]x\f[]"x" \{\ |
6 |
| -. ftr V B |
7 |
| -. ftr VI BI |
8 |
| -. ftr VB B |
9 |
| -. ftr VBI BI |
10 |
| -.\} |
11 |
| -.el \{\ |
12 |
| -. ftr V CR |
13 |
| -. ftr VI CI |
14 |
| -. ftr VB CB |
15 |
| -. ftr VBI CBI |
16 |
| -.\} |
17 |
| -.TH "GIT-FAME" "1" "2016-2023" "git-fame User Manuals" "" |
18 |
| -.hy |
| 3 | +.TH "GIT\-FAME" "1" "2016\-2023" "git\-fame User Manuals" |
19 | 4 | .SH NAME
|
20 |
| -.PP |
21 |
| -git-fame - Pretty-print \f[V]git\f[R] repository collaborators sorted by |
22 |
| -contributions. |
| 5 | +git\-fame \- Pretty\-print \f[CR]git\f[R] repository collaborators |
| 6 | +sorted by contributions. |
23 | 7 | .SH SYNOPSIS
|
24 |
| -.PP |
25 |
| -git-fame [--help | \f[I]options\f[R]] [<\f[I]gitdir\f[R]>\&...] |
| 8 | +git\-fame [\-\-help | \f[I]options\f[R]] [<\f[I]gitdir\f[R]>\&...] |
26 | 9 | .SH DESCRIPTION
|
27 |
| -.PP |
28 |
| -See <https://github.com/casperdcl/git-fame>. |
| 10 | +See https://github.com/casperdcl/git\-fame. |
29 | 11 | .PP
|
30 | 12 | Probably not necessary on UNIX systems:
|
31 | 13 | .IP
|
32 |
| -.nf |
33 |
| -\f[C] |
34 |
| -git config --global alias.fame \[dq]!python -m gitfame\[dq] |
35 |
| -\f[R] |
36 |
| -.fi |
| 14 | +.EX |
| 15 | +git config \-\-global alias.fame \[dq]!python \-m gitfame\[dq] |
| 16 | +.EE |
37 | 17 | .PP
|
38 | 18 | For example, to print statistics regarding all source files in a
|
39 |
| -C++/CUDA repository (\f[V]*.c/h/t(pp), *.cu(h)\f[R]), carefully handling |
40 |
| -whitespace and line copies: |
| 19 | +C++/CUDA repository (\f[CR]*.c/h/t(pp), *.cu(h)\f[R]), carefully |
| 20 | +handling whitespace and line copies: |
41 | 21 | .IP
|
42 |
| -.nf |
43 |
| -\f[C] |
44 |
| -git fame --incl \[aq]\[rs].[cht][puh]{0,2}$\[aq] -twMC |
45 |
| -\f[R] |
46 |
| -.fi |
| 22 | +.EX |
| 23 | +git fame \-\-incl \[aq]\[rs].[cht][puh]{0,2}$\[aq] \-twMC |
| 24 | +.EE |
47 | 25 | .SH OPTIONS
|
48 | 26 | .TP
|
49 | 27 | <gitdir>
|
50 | 28 | Git directory [default: ./].
|
51 | 29 | May be specified multiple times to aggregate across multiple
|
52 | 30 | repositories.
|
53 | 31 | .TP
|
54 |
| --h, --help |
| 32 | +\-h, \-\-help |
55 | 33 | Print this help and exit.
|
56 | 34 | .TP
|
57 |
| --v, --version |
| 35 | +\-v, \-\-version |
58 | 36 | Print module version and exit.
|
59 | 37 | .TP
|
60 |
| ---branch=\f[I]b\f[R] |
| 38 | +\-\-branch=\f[I]b\f[R] |
61 | 39 | Branch or tag [default: HEAD] up to which to check.
|
62 | 40 | .TP
|
63 |
| ---sort=\f[I]key\f[R] |
| 41 | +\-\-sort=\f[I]key\f[R] |
64 | 42 | [default: loc]|commits|files|hours|months.
|
65 | 43 | .TP
|
66 |
| ---loc=\f[I]type\f[R] |
67 |
| -surv(iving)|ins(ertions)|del(etions) What \f[V]loc\f[R] represents. |
| 44 | +\-\-loc=\f[I]type\f[R] |
| 45 | +surv(iving)|ins(ertions)|del(etions) What \f[CR]loc\f[R] represents. |
68 | 46 | Use `ins,del' to count both.
|
69 |
| -defaults to `surviving' unless \f[V]--cost\f[R] is specified. |
| 47 | +defaults to `surviving' unless \f[CR]\-\-cost\f[R] is specified. |
70 | 48 | .TP
|
71 |
| ---excl=\f[I]f\f[R] |
| 49 | +\-\-excl=\f[I]f\f[R] |
72 | 50 | Excluded files (default: None).
|
73 |
| -In no-regex mode, may be a comma-separated list. |
| 51 | +In no\-regex mode, may be a comma\-separated list. |
74 | 52 | Escape (\[rs],) for a literal comma (may require \[rs]\[rs], in shell).
|
75 | 53 | .TP
|
76 |
| ---incl=\f[I]f\f[R] |
| 54 | +\-\-incl=\f[I]f\f[R] |
77 | 55 | Included files [default: .*].
|
78 |
| -See \f[V]--excl\f[R] for format. |
| 56 | +See \f[CR]\-\-excl\f[R] for format. |
79 | 57 | .TP
|
80 |
| ---since=\f[I]date\f[R] |
| 58 | +\-\-since=\f[I]date\f[R] |
81 | 59 | Date from which to check.
|
82 |
| -Can be absoulte (eg: 1970-01-31) or relative to now (eg: 3.weeks). |
| 60 | +Can be absolute (eg: 1970\-01\-31) or relative to now (eg: 3.weeks). |
83 | 61 | .TP
|
84 |
| ---until=\f[I]date\f[R] |
| 62 | +\-\-until=\f[I]date\f[R] |
85 | 63 | Date to which to check.
|
86 |
| -Can be absoulte (eg: 1970-01-31) or relative to now (eg: 3.weeks). |
| 64 | +See \f[CR]\-\-since\f[R] for format. |
87 | 65 | .TP
|
88 |
| ---cost=\f[I]method\f[R] |
89 |
| -Include time cost in person-months (COCOMO) or person-hours (based on |
| 66 | +\-\-cost=\f[I]method\f[R] |
| 67 | +Include time cost in person\-months (COCOMO) or person\-hours (based on |
90 | 68 | commit times).
|
91 | 69 | Methods: month(s)|cocomo|hour(s)|commit(s).
|
92 |
| -May be multiple comma-separated values. |
93 |
| -Alters \f[V]--loc\f[R] default to imply `ins' (COCOMO) or `ins,del' |
| 70 | +May be multiple comma\-separated values. |
| 71 | +Alters \f[CR]\-\-loc\f[R] default to imply `ins' (COCOMO) or `ins,del' |
94 | 72 | (hours).
|
95 | 73 | .TP
|
96 |
| --R, --recurse |
| 74 | +\-R, \-\-recurse |
97 | 75 | Recursively find repositories & submodules within .
|
98 | 76 | .TP
|
99 |
| --n, --no-regex |
100 |
| -Assume are comma-separated exact matches rather than regular expressions |
101 |
| -[default: False]. |
| 77 | +\-n, \-\-no\-regex |
| 78 | +Assume are comma\-separated exact matches rather than regular |
| 79 | +expressions [default: False]. |
102 | 80 | NB: if regex is enabled `,' is equivalent to `|'.
|
103 | 81 | .TP
|
104 |
| --s, --silent-progress |
105 |
| -Suppress \f[V]tqdm\f[R] [default: False]. |
| 82 | +\-s, \-\-silent\-progress |
| 83 | +Suppress \f[CR]tqdm\f[R] [default: False]. |
106 | 84 | .TP
|
107 |
| ---warn-binary |
| 85 | +\-\-warn\-binary |
108 | 86 | Don\[cq]t silently skip files which appear to be binary data [default:
|
109 | 87 | False].
|
110 | 88 | .TP
|
111 |
| --e, --show-email |
| 89 | +\-e, \-\-show\-email |
112 | 90 | Show author email instead of name [default: False].
|
113 | 91 | .TP
|
114 |
| ---enum |
| 92 | +\-\-enum |
115 | 93 | Show row numbers [default: False].
|
116 | 94 | .TP
|
117 |
| --t, --bytype |
| 95 | +\-t, \-\-bytype |
118 | 96 | Show stats per file extension [default: False].
|
119 | 97 | .TP
|
120 |
| --w, --ignore-whitespace |
| 98 | +\-w, \-\-ignore\-whitespace |
121 | 99 | Ignore whitespace when comparing the parent\[cq]s version and the
|
122 | 100 | child\[cq]s to find where the lines came from [default: False].
|
123 |
| --M Detect intra-file line moves and copies [default: False]. |
124 |
| --C Detect inter-file line moves and copies [default: False]. |
| 101 | +\-M Detect intra\-file line moves and copies [default: False]. |
| 102 | +\-C Detect inter\-file line moves and copies [default: False]. |
125 | 103 | .TP
|
126 |
| ---ignore-rev=\f[I]rev\f[R] |
| 104 | +\-\-ignore\-rev=\f[I]rev\f[R] |
127 | 105 | Ignore changes made by the given revision (requires
|
128 |
| -\f[V]--loc=surviving\f[R]). |
| 106 | +\f[CR]\-\-loc=surviving\f[R]). |
129 | 107 | .TP
|
130 |
| ---ignore-revs-file=\f[I]f\f[R] |
| 108 | +\-\-ignore\-revs\-file=\f[I]f\f[R] |
131 | 109 | Ignore revisions listed in the given file (requires
|
132 |
| -\f[V]--loc=surviving\f[R]). |
| 110 | +\f[CR]\-\-loc=surviving\f[R]). |
133 | 111 | .TP
|
134 |
| ---format=\f[I]format\f[R] |
| 112 | +\-\-format=\f[I]format\f[R] |
135 | 113 | Table format [default: pipe]|md|markdown|yaml|yml|json|csv|tsv|tabulate.
|
136 |
| -May require \f[V]git-fame[<format>]\f[R], |
137 |
| -e.g.\ \f[V]pip install git-fame[yaml]\f[R]. |
138 |
| -Any \f[V]tabulate.tabulate_formats\f[R] is also accepted. |
| 114 | +May require \f[CR]git\-fame[<format>]\f[R], |
| 115 | +e.g.\ \f[CR]pip install git\-fame[yaml]\f[R]. |
| 116 | +Any \f[CR]tabulate.tabulate_formats\f[R] is also accepted. |
139 | 117 | .TP
|
140 |
| ---manpath=\f[I]path\f[R] |
141 |
| -Directory in which to install git-fame man pages. |
| 118 | +\-\-manpath=\f[I]path\f[R] |
| 119 | +Directory in which to install git\-fame man pages. |
142 | 120 | .TP
|
143 |
| ---log=\f[I]lvl\f[R] |
| 121 | +\-\-log=\f[I]lvl\f[R] |
144 | 122 | FATAL|CRITICAL|ERROR|WARN(ING)|[default: INFO]|DEBUG|NOTSET.
|
145 | 123 | .SH AUTHORS
|
146 |
| -Casper da Costa-Luis <https://github.com/casperdcl>. |
| 124 | +Casper da Costa\-Luis (https://github.com/casperdcl). |
0 commit comments