diff options
author | Jeff King <peff@peff.net> | 2016-12-16 08:51:41 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-16 09:39:10 -0800 |
commit | 03f40829ad22deb7b6950cfc28a3779ece9e6a56 (patch) | |
tree | 30925814e324e55f7a1a0f151f9f1dc938698cc2 /Documentation/git-shortlog.txt | |
parent | fbfda15fb8daf7388a19b8bed2f319a8c1b6c5f1 (diff) | |
download | git-03f40829ad22deb7b6950cfc28a3779ece9e6a56.tar.gz |
shortlog: test and document --committer option
This puts the final touches on the feature added by
fbfda15fb8 (shortlog: group by committer information,
2016-10-11).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-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 |