From: Kevin Ballard <kevin@sb.org>
To: git@vger.kernel.org
To: Junio C Hamano <gitster@pobox.com>
Cc: Kevin Ballard <kevin@sb.org>
Subject: [PATCH 1/3] Add --reverse to the git-rev-list usage string
Date: Thu, 28 Feb 2008 01:32:57 -0500 [thread overview]
Message-ID: <1204180379-21767-1-git-send-email-kevin@sb.org> (raw)
---
I tried to send this a few days ago, but I wasn't subscribed
to the ML at that time and as near as I can tell, the patches
didn't go through.
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 6f7d5f8..d40ecc0 100644
--- a/builtin-rev-list.c
+++ b/builtin-rev-list.c
@@ -30,6 +30,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.4.3.233.g52eaf
next reply other threads:[~2008-02-28 6:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-28 6:32 Kevin Ballard [this message]
2008-02-28 6:32 ` [PATCH 2/3] Document the sendemail.smtpserverport config variable Kevin Ballard
2008-02-28 6:32 ` [PATCH 3/3] Add test for filter-branch on a subdirectory that's been added and deleted and re-added Kevin Ballard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1204180379-21767-1-git-send-email-kevin@sb.org \
--to=kevin@sb.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).