Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Reduce the number of connects when fetching
[gitweb.git]
/
builtin-shortlog.c
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;