diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-12 19:17:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-12 19:17:51 -0700 |
commit | f43e2fd43b50d5a82a34bb3e4f848cb38bf93b7f (patch) | |
tree | b29df95a9ea15dc54263921f63077c62058d6c22 /builtin-shortlog.c | |
parent | git_config_bool_or_int() (diff) | |
parent | t7401: squelch garbage output (diff) | |
download | tgif-f43e2fd43b50d5a82a34bb3e4f848cb38bf93b7f.tar.xz |
Merge branch 'maint'
* maint:
t7401: squelch garbage output
Documentation/git-submodule: typofix
Fix config key miscount in url.*.insteadOf
Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)
Document -w option to shortlog
bisect: report bad rev better
Diffstat (limited to 'builtin-shortlog.c')
-rw-r--r-- | builtin-shortlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-shortlog.c b/builtin-shortlog.c index bd795b1db7..e6a2865019 100644 --- a/builtin-shortlog.c +++ b/builtin-shortlog.c @@ -9,7 +9,7 @@ #include "shortlog.h" static const char shortlog_usage[] = -"git-shortlog [-n] [-s] [-e] [<commit-id>... ]"; +"git-shortlog [-n] [-s] [-e] [-w] [<commit-id>... ]"; static int compare_by_number(const void *a1, const void *a2) { |