-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitstats.1
More file actions
44 lines (44 loc) · 723 Bytes
/
gitstats.1
File metadata and controls
44 lines (44 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH GITSTATS 1 gitstats
.SH NAME
gitstats \- unfancy git commit statistics
.SH SYNOPSIS
.B gitstats
.RB [ \-f ]
.RB [ \-p
.IR placeholder ]
.RB [ \-s
.IR symbols ]
.RB [ \-e
.IR email ]
.RB [ \-r
.IR regex ]
.IR repository
.RI [ repository ...]
.SH DESCRIPTION
.B gitstats
is a program that outputs commit statistics in specified repositories.
.SH OPTIONS
.TP
.BI \-e " email"
email
.TP
.BI \-r " regex"
regex
.TP
.BI \-p " placeholder"
placeholder
.TP
.BI \-s " symbols"
symbols
.TP
.BI \-f
ignore non repository directories
.TP
.I repository [repository...]
path to git repository
.SH AUTHORS
See the LICENSE file for the authors.
.SH LICENSE
See the LICENSE file for the terms of redistribution.
.SH SEE ALSO
.BR git (1)