From: Stephen Boyd <bebarino@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Christian Couder <chriscool@tuxfamily.org>
Subject: [PATCH] bisect-helper: fix grammatical typo in exit_if_skipped_commits()
Date: Mon, 20 Apr 2009 23:31:52 -0700 [thread overview]
Message-ID: <1240295512-22651-1-git-send-email-bebarino@gmail.com> (raw)
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---
Christian Couder wrote:
> Le lundi 20 avril 2009, Stephen Boyd a écrit :
>> Christian Couder wrote:
>>> + printf("There are only 'skip'ped commit left to test.\n"
>>> + "The first bad commit could be any of:\n")
>> Should this be "There are only 'skip'ped commits left to test"?
>
> Yes, but the same message was printed previously, so it is a slightly
> incompatible change and I think it should go into another patch. Would you
> care to send such a patch?
>
> Thanks,
> Christian.
This is against pu.
bisect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bisect.c b/bisect.c
index f6e1378..5902e83 100644
--- a/bisect.c
+++ b/bisect.c
@@ -575,7 +575,7 @@ static void exit_if_skipped_commits(struct commit_list *tried,
if (!tried)
return;
- printf("There are only 'skip'ped commit left to test.\n"
+ printf("There are only 'skip'ped commits left to test.\n"
"The first bad commit could be any of:\n");
print_commit_list(tried, "%s\n", "%s\n");
if (bad)
--
1.6.2.3
next reply other threads:[~2009-04-21 6:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-21 6:31 Stephen Boyd [this message]
2009-04-22 5:01 ` [PATCH] bisect-helper: fix grammatical typo in exit_if_skipped_commits() Christian Couder
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=1240295512-22651-1-git-send-email-bebarino@gmail.com \
--to=bebarino@gmail.com \
--cc=chriscool@tuxfamily.org \
--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 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).