1
0
mirror of https://github.com/git/git.git synced 2024-09-24 11:31:54 +02:00

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>
This commit is contained in:
Jeff King 2007-12-11 07:33:12 -05:00 committed by Junio C Hamano
parent 4602c17d89
commit 6508bb75f6

View File

@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output
SYNOPSIS SYNOPSIS
-------- --------
[verse] [verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e]
git-shortlog [-n|--numbered] [-s|--summary] [<committish>...] git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>...]
DESCRIPTION DESCRIPTION
----------- -----------
@ -32,6 +32,9 @@ OPTIONS
-s, \--summary:: -s, \--summary::
Suppress commit description and provide a commit count summary only. Suppress commit description and provide a commit count summary only.
-e, \--email::
Show the email address of each author.
FILES FILES
----- -----