diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-26 22:51:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-26 22:51:38 -0800 |
commit | 3c23bea8ac211332086d26c90cd7348d6d0e129f (patch) | |
tree | 45707725a5a4a85e8f2777e8443ec03b6e10f0e9 /Documentation | |
parent | Merge branch 'jc/push-delete-ref' (diff) | |
parent | git-shortlog: make common repository prefix configurable with .mailmap (diff) | |
download | tgif-3c23bea8ac211332086d26c90cd7348d6d0e129f.tar.xz |
Merge branch 'js/shortlog'
* js/shortlog:
git-shortlog: make common repository prefix configurable with .mailmap
git-shortlog: fix common repository prefix abbreviation.
builtin git-shortlog is broken
shortlog: fix "-n"
shortlog: handle email addresses case-insensitively
shortlog: read mailmap from ./.mailmap again
shortlog: do not crash on parsing "[PATCH"
Build in shortlog
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-shortlog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index d54fc3e5c6..95fa9010c1 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -8,6 +8,7 @@ git-shortlog - Summarize 'git log' output SYNOPSIS -------- git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] +git-shortlog [-n|--number] [-s|--summary] [<committish>...] DESCRIPTION ----------- |