Browse Source

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>
maint
Jeff King 17 years ago committed by Junio C Hamano
parent
commit
6508bb75f6
  1. 7
      Documentation/git-shortlog.txt

7
Documentation/git-shortlog.txt

@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output @@ -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 @@ -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
-----


Loading…
Cancel
Save