projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f3045
)
Add --reverse to the git-rev-list usage string
author
Kevin Ballard
<kevin@sb.org>
Wed, 19 Mar 2008 06:16:28 +0000
(
02:16
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Mar 2008 00:31:51 +0000
(17:31 -0700)
git-rev-list accepts --reverse, as documented in
the manpage, but the usage string does not list it.
Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-rev-list.c
patch
|
blob
|
history
diff --git
a/builtin-rev-list.c
b/builtin-rev-list.c
index d0a14169211aa499c726a436de827ea4d328f6c2..edc0bd35bb0e96a230284250dc4c40776cf7caac 100644
(file)
--- a/
builtin-rev-list.c
+++ b/
builtin-rev-list.c
@@
-33,6
+33,7
@@
static const char rev_list_usage[] =
" ordering output:\n"
" --topo-order\n"
" --date-order\n"
+" --reverse\n"
" formatting output:\n"
" --parents\n"
" --objects | --objects-edge\n"