From: Pete Harlan <pgit@pcharlan.com>
To: git@vger.kernel.org
Subject: Re: [PATCH/Fixed Wrap] Remove hyphen from "git-command" in two error messages
Date: Mon, 15 Feb 2010 15:33:18 -0800 [thread overview]
Message-ID: <4B79D9BE.9000407@pcharlan.com> (raw)
In-Reply-To: <4B79D7F2.80207@pcharlan.com>
Signed-off-by: Pete Harlan <pgit@pcharlan.com>
---
Replacement for previous patch; Thunderbird shouldn't wrap this time.
Sorry for the bother.
git.c | 2 +-
help.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/git.c b/git.c
index b3e23f1..90c6daf 100644
--- a/git.c
+++ b/git.c
@@ -527,7 +527,7 @@ int main(int argc, const char **argv)
break;
if (was_alias) {
fprintf(stderr, "Expansion of alias '%s' failed; "
- "'%s' is not a git-command\n",
+ "'%s' is not a git command\n",
cmd, argv[0]);
exit(1);
}
diff --git a/help.c b/help.c
index 9da97d7..7f4928e 100644
--- a/help.c
+++ b/help.c
@@ -350,7 +350,7 @@ const char *help_unknown_cmd(const char *cmd)
return assumed;
}
- fprintf(stderr, "git: '%s' is not a git-command. See 'git --help'.\n", cmd);
+ fprintf(stderr, "git: '%s' is not a git command. See 'git --help'.\n", cmd);
if (SIMILAR_ENOUGH(best_similarity)) {
fprintf(stderr, "\nDid you mean %s?\n",
--
1.7.0
next prev parent reply other threads:[~2010-02-15 23:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-15 23:25 [PATCH] Remove hyphen from "git-command" in two error messages Pete Harlan
2010-02-15 23:33 ` Pete Harlan [this message]
2010-02-16 2:20 ` [PATCH/Fixed Wrap] " Junio C Hamano
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=4B79D9BE.9000407@pcharlan.com \
--to=pgit@pcharlan.com \
--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).