summaryrefslogtreecommitdiffstats
path: root/git-shortlog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-13 02:45:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-13 02:45:30 +0000
commit0c0da5f5e8189bd157b6bd4ab1a532bb1d4c80d9 (patch)
treea1a6ebfa9e79928f1e6110cce508934e5b432b16 /git-shortlog.txt
parent3a70234ac18c2126eeef7a31f798af975301194c (diff)
downloadgit-htmldocs-0c0da5f5e8189bd157b6bd4ab1a532bb1d4c80d9.tar.gz
Autogenerated HTML docs for v1.5.4-rc0
Diffstat (limited to 'git-shortlog.txt')
-rw-r--r--git-shortlog.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-shortlog.txt b/git-shortlog.txt
index 2220ef6ea..e14720b73 100644
--- a/git-shortlog.txt
+++ b/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
-----