From: Stephen Boyd <bebarino@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 3/3] format-patch: migrate to parse-options API
Date: Sun, 17 May 2009 14:30:04 -0700 [thread overview]
Message-ID: <4A1081DC.9030403@gmail.com> (raw)
In-Reply-To: <1242465886-31769-3-git-send-email-bebarino@gmail.com>
Oops there's a typo. Junio, can you squash this in?
Thanks,
-Stephen
diff --git a/builtin-log.c b/builtin-log.c
index 3a8b9fa..d522b3d 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -868,7 +868,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
"use [PATCH n/m] even with a single patch",
PARSE_OPT_NOARG, numbered_callback },
{ OPTION_CALLBACK, 'N', "no-numbered", &numbered, NULL,
- "use [PATCH] even with a multiple patches",
+ "use [PATCH] even with multiple patches",
PARSE_OPT_NOARG, no_numbered_callback },
OPT_BOOLEAN('s', "signoff", &do_signoff, "add Signed-off-by:"),
OPT_BOOLEAN(0, "stdout", &use_stdout,
prev parent reply other threads:[~2009-05-17 21:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-16 9:24 [PATCH 1/3] api-parse-options.txt: use 'func' instead of 'funct' Stephen Boyd
2009-05-16 9:24 ` [PATCH 2/3] tests: Add tests for missing format-patch long options Stephen Boyd
2009-05-16 9:24 ` [PATCH 3/3] format-patch: migrate to parse-options API Stephen Boyd
2009-05-16 9:27 ` [PATCH] " Stephen Boyd
2009-05-17 21:30 ` Stephen Boyd [this message]
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=4A1081DC.9030403@gmail.com \
--to=bebarino@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.