git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Remove hyphen from "git-command" in two error messages
@ 2010-02-15 23:25 Pete Harlan
  2010-02-15 23:33 ` [PATCH/Fixed Wrap] " Pete Harlan
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Harlan @ 2010-02-15 23:25 UTC (permalink / raw
  To: git

Signed-off-by: Pete Harlan <pgit@pcharlan.com>
---
The hyphen in

  git: 'foo' is not a git-command. See 'git --help'.

looks like an anachronism.  Patch generated against "next".

 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH/Fixed Wrap] Remove hyphen from "git-command" in two error messages
  2010-02-15 23:25 [PATCH] Remove hyphen from "git-command" in two error messages Pete Harlan
@ 2010-02-15 23:33 ` Pete Harlan
  2010-02-16  2:20   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Harlan @ 2010-02-15 23:33 UTC (permalink / raw
  To: git

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH/Fixed Wrap] Remove hyphen from "git-command" in two error messages
  2010-02-15 23:33 ` [PATCH/Fixed Wrap] " Pete Harlan
@ 2010-02-16  2:20   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2010-02-16  2:20 UTC (permalink / raw
  To: Pete Harlan; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-16  2:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 23:25 [PATCH] Remove hyphen from "git-command" in two error messages Pete Harlan
2010-02-15 23:33 ` [PATCH/Fixed Wrap] " Pete Harlan
2010-02-16  2:20   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).