git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend 1/2] Add --reverse to the git-rev-list usage string
@ 2008-03-19  6:16 Kevin Ballard
  2008-03-19  6:16 ` [PATCH resend 2/2] Document the sendemail.smtpserverport config variable Kevin Ballard
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ballard @ 2008-03-19  6:16 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Kevin Ballard

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>
---
 builtin-rev-list.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/builtin-rev-list.c b/builtin-rev-list.c
index d0a1416..edc0bd3 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"
-- 
1.5.5.rc0.10.g0fd43


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-19 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19  6:16 [PATCH resend 1/2] Add --reverse to the git-rev-list usage string Kevin Ballard
2008-03-19  6:16 ` [PATCH resend 2/2] Document the sendemail.smtpserverport config variable Kevin Ballard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).