projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2128a
)
shortlog: mention the "-e" option in the usage
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Wed, 9 Jan 2008 11:39:54 +0000
(11:39 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 9 Jan 2008 20:25:27 +0000
(12:25 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-shortlog.c
patch
|
blob
|
history
diff --git
a/builtin-shortlog.c
b/builtin-shortlog.c
index 3d8d7094ab8f85f557cf3bd58e408c8ab4272f08..fa8bc7d02a2268d99dcc829cb3adbee10c949306 100644
(file)
--- a/
builtin-shortlog.c
+++ b/
builtin-shortlog.c
@@
-8,7
+8,7
@@
#include "mailmap.h"
static const char shortlog_usage[] =
-"git-shortlog [-n] [-s] [<commit-id>... ]";
+"git-shortlog [-n] [-s] [
-e] [
<commit-id>... ]";
static char *common_repo_prefix;
static int email;