Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2008-03-19 09:16:28 +0300
committerJunio C Hamano <gitster@pobox.com>2008-03-20 03:31:51 +0300
commit7ccd366779dd0ff042472fd76223267c19b2e498 (patch)
tree61f14fd6c94d10dc54c8557a488e2d827b2b07bb /builtin-rev-list.c
parent05f304526197ac6e27ce1fe2e010eb023472b30b (diff)
Add --reverse to the git-rev-list usage string
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>
Diffstat (limited to 'builtin-rev-list.c')
-rw-r--r--builtin-rev-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-rev-list.c b/builtin-rev-list.c
index d0a1416921..edc0bd35bb 100644
--- 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"