Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
shortlog: document -e option
author
Jeff King
<peff@peff.net>
Tue, 11 Dec 2007 12:33:12 +0000
(07:33 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 11 Dec 2007 17:56:27 +0000
(09:56 -0800)
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>
Documentation/git-shortlog.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
4602c17
)
diff --git
a/Documentation/git-shortlog.txt
b/Documentation/git-shortlog.txt
index 2220ef6ea8d3bfa58f3c1279dfcf4f735c2dae0a..e14720b73ff6b44d0300e9a8ad0fbd781738440d 100644
(file)
--- a/
Documentation/git-shortlog.txt
+++ b/
Documentation/git-shortlog.txt
@@
-8,8
+8,8
@@
git-shortlog - Summarize 'git log' output
SYNOPSIS
--------
[verse]
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
-----------
DESCRIPTION
-----------
@@
-32,6
+32,9
@@
OPTIONS
-s, \--summary::
Suppress commit description and provide a commit count summary only.
-s, \--summary::
Suppress commit description and provide a commit count summary only.
+-e, \--email::
+ Show the email address of each author.
+
FILES
-----
FILES
-----