summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05f3045)
raw | patch | inline | side by side (parent: 05f3045)
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>
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
" ordering output:\n"
" --topo-order\n"
" --date-order\n"
+" --reverse\n"
" formatting output:\n"
" --parents\n"
" --objects | --objects-edge\n"