Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-13 04:07:03 +0300
committerJunio C Hamano <gitster@pobox.com>2007-12-13 04:07:03 +0300
commitcd1bea918bde5b32cf29159acac067bd238825b3 (patch)
treecd7175e8dfd4c84fd581313e5ef27fe9dbae3f90 /Documentation
parent3e5f260144514f305a529bb2fe2efa7138a6b10a (diff)
parent3384a2dfc12f0fecd25ecfd6bfa9ee0d82517bf2 (diff)
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.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index 2220ef6ea8..e14720b73f 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
-----