* [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
* [PATCH resend 2/2] Document the sendemail.smtpserverport config variable
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 ` Kevin Ballard
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ballard @ 2008-03-19 6:16 UTC (permalink / raw)
To: git, Junio C Hamano; +Cc: Kevin Ballard
Add sendemail.smtpserverport to the Configuration section
of the git-send-email manpage. It should probably be
referenced in the --smtp-server-port option as well.
Signed-off-by: Kevin Ballard <kevin@sb.org>
---
Documentation/git-send-email.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 336d797..9d0a10c 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -216,6 +216,9 @@ sendemail.chainreplyto::
sendemail.smtpserver::
Default SMTP server to use.
+sendemail.smtpserverport::
+ Default SMTP server port to use.
+
sendemail.smtpuser::
Default SMTP-AUTH username.
--
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).