1GIT-SUMMARY(1)                    Git Extras                    GIT-SUMMARY(1)
2
3
4

NAME

6       git-summary - Show repository summary
7

SYNOPSIS

9       git-summary [--line] [<commitish>]
10

DESCRIPTION

12       Shows a summary of the repository.
13

OPTIONS

15       <commitish>
16
17       Summarize only the range of commits included in the <commitish>.
18
19       --line
20
21       Summarize  with  lines  other  than commits. Any <commitish> is ignored
22       when --line is specified.
23

EXAMPLES

25       Outputs a repo summary:
26
27
28
29           $ git summary
30
31           project  : express
32           repo age : 10 months ago
33           commits  : 1893
34           active   : 93 days
35           files    : 111
36           authors  :
37            1285 visionmedia
38             478 Tj Holowaychuk
39              48 Aaron Heckmann
40              34 csausdev
41              26 ciaranj
42               6 Guillermo Rauch
43               3 Nick Poulden
44               2 Brian McKinney
45               2 Benny Wong
46               1 Justin Lilly
47               1 James Herdman
48               1 Adam Sanderson
49               1 Viktor Kelemen
50               1 Gregory Ritter
51               1 Greg Ritter
52               1 ewoudj
53               1 isaacs
54               1 Matt Colyer
55
56
57
58       This command can also take a commitish, and will print  a  summary  for
59       the range of commits included in the commitish:
60
61
62
63           $ git summary v42..
64
65
66

AUTHOR

68       Written by Tj Holowaychuk <tj@vision-media.ca>
69

REPORTING BUGS

71       <https://github.com/tj/git-extras/issues>
72

SEE ALSO

74       <https://github.com/tj/git-extras>
75
76
77
78                                   July 2019                    GIT-SUMMARY(1)
Impressum