aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2007-12-11 07:33:12 -0500
committerJunio C Hamano <gitster@pobox.com>2007-12-11 09:56:27 -0800
commit6508bb75f675a09f410ab55b842510d36c373c43 (patch)
treee0eafc7f74dac8d708854be66d1503f74bbc3ce2 /Documentation
parent4602c17d8911e14d537f6f87db02faab6e3f5d69 (diff)
downloadgit-6508bb75f675a09f410ab55b842510d36c373c43.tar.gz
git-6508bb75f675a09f410ab55b842510d36c373c43.tar.xz
shortlog: document -e option
This shows e-mail address in addition to author's name. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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
-----