diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-27 00:11:44 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-27 00:11:44 -0800 |
commit | ad1b4e2c0e5521da39e13088f197b256303a2fc8 (patch) | |
tree | a27f3769c1d19b968db460186360bc45edb365a9 /Documentation | |
parent | Merge branch 'mk/mingw-winansi-ttyname-termination-fix' (diff) | |
parent | t4201: make tests work with and without the MINGW prerequiste (diff) | |
download | tgif-ad1b4e2c0e5521da39e13088f197b256303a2fc8.tar.xz |
Merge branch 'lt/shortlog-by-committer'
"git shortlog" learned "--committer" option to group commits by
committer, instead of author.
* lt/shortlog-by-committer:
t4201: make tests work with and without the MINGW prerequiste
shortlog: test and document --committer option
shortlog: group by committer information
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-shortlog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 31af7f2736..ee6c5476c1 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -47,6 +47,10 @@ OPTIONS Each pretty-printed commit will be rewrapped before it is shown. +-c:: +--committer:: + Collect and show committer identities instead of authors. + -w[<width>[,<indent1>[,<indent2>]]]:: Linewrap the output by wrapping each line at `width`. The first line of each entry is indented by `indent1` spaces, and the second |