diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-12 17:07:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-12 17:07:03 -0800 |
commit | cd1bea918bde5b32cf29159acac067bd238825b3 (patch) | |
tree | cd7175e8dfd4c84fd581313e5ef27fe9dbae3f90 /Documentation | |
parent | 3e5f260144514f305a529bb2fe2efa7138a6b10a (diff) | |
parent | 3384a2dfc12f0fecd25ecfd6bfa9ee0d82517bf2 (diff) | |
download | git-cd1bea918bde5b32cf29159acac067bd238825b3.tar.gz git-cd1bea918bde5b32cf29159acac067bd238825b3.tar.xz |
Merge branch 'jc/shortlog-e'
* jc/shortlog-e:
shortlog: default to HEAD when the standard input is a tty
Invert numbers and names in the git-shortlog summary mode.
shortlog: document -e option
git-shortlog -e: show e-mail address as well
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-shortlog.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 2220ef6ea..e14720b73 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output SYNOPSIS -------- [verse] -git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] -git-shortlog [-n|--numbered] [-s|--summary] [<committish>...] +git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] +git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>...] DESCRIPTION ----------- @@ -32,6 +32,9 @@ OPTIONS -s, \--summary:: Suppress commit description and provide a commit count summary only. +-e, \--email:: + Show the email address of each author. + FILES ----- |