Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive.c: format_subst - fixed bogus argument to memchr
[gitweb.git]
/
builtin-shortlog.c
diff --git
a/builtin-shortlog.c
b/builtin-shortlog.c
index f08095bc91b92ad93560459d060259bd5df52c4a..01cfd7b47c120133eafaf0701bc721fbf50fddc5 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] [-e] [<commit-id>... ]";
+"git-shortlog [-n] [-s] [-e] [
-w] [
<commit-id>... ]";
static char *common_repo_prefix;
static int email;