On Tue, Dec 11, 2007 at 07:25:39AM -0500, Jeff King wrote: > $ git show 4602c17d > commit 4602c17d8911e14d537f6f87db02faab6e3f5d69 > Author: Junio C Hamano <gitster@xxxxxxxxx> > Date: Fri Dec 7 17:19:31 2007 -0800 > > git-shortlog -e: show e-mail address as well > > This option shows the author's email address next to the name. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> And here is a matching documentation patch. I know, it's not a v1.5.4 bugfix, but hopefully it should be easy to review. ;) -- >8 -- shortlog: document -e option This was added in 4602c17d. Signed-off-by: Jeff King <peff@xxxxxxxx> --- 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 2220ef6..e14720b 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 ----- -- 1.5.3.7.2224.ge4a5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html