From: Jeff King Date: Tue, 11 Dec 2007 12:33:12 +0000 (-0500) Subject: shortlog: document -e option X-Git-Tag: v1.5.4-rc0~2^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6508bb75f675a09f410ab55b842510d36c373c43;p=git.git shortlog: document -e option This shows e-mail address in addition to author's name. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 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] [...] +git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] +git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [...] 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 -----