diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-10-22 13:23:31 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-19 22:59:05 -0800 |
commit | b8ec59234ba2c1833e29eece9ed87f7a471cbae2 (patch) | |
tree | 809cb3ba19c6dd1422275a52fe8a468de1d05372 /Documentation/git-shortlog.txt | |
parent | ef06b91804ff5a626e265c6d9080bbc0e7924e88 (diff) | |
download | git-b8ec59234ba2c1833e29eece9ed87f7a471cbae2.tar.gz |
Build in shortlog
[jc: with minimum squelching of compiler warning under "-pedantic"
compilation options.]
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-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 ----------- |