git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch (1.6.2.1) for fixing bad single quote
@ 2009-04-14 12:31 Ulrich Windl
  2009-04-14 12:35 ` Andreas Ericsson
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Windl @ 2009-04-14 12:31 UTC (permalink / raw)
  To: git

[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 327 bytes --]

Hi,

this is my very first attempt to use Git to make a Git patch; a microscopic
contribution. I hope the attached Patch is OK. basically it's this:

--- a/builtin-apply.c
+++ b/builtin-apply.c
-			"don't apply changes matching the given path",
+			"don't apply changes matching the given path",

Regards,
Ulrich


[-- Attachment #2: 0001-Fixed-bad-quote-character.patch --]
[-- Type: Application/Octet-stream, Size: 841 bytes --]

From 43c35d7a36ce2d70f98cf609ee37ce43548c8527 Mon Sep 17 00:00:00 2001
From: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
Date: Thu, 9 Apr 2009 11:12:58 +0200
Subject: [PATCH] Fixed bad quote character.

---
 builtin-apply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-apply.c b/builtin-apply.c
index f312798..a664338 100644
--- a/builtin-apply.c
+++ b/builtin-apply.c
@@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
 
 	struct option builtin_apply_options[] = {
 		{ OPTION_CALLBACK, 0, "exclude", NULL, "path",
-			"don´t apply changes matching the given path",
+			"don't apply changes matching the given path",
 			0, option_parse_exclude },
 		{ OPTION_CALLBACK, 0, "include", NULL, "path",
 			"apply changes matching the given path",
-- 
1.6.2.1


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

end of thread, other threads:[~2009-04-14 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 12:31 Patch (1.6.2.1) for fixing bad single quote Ulrich Windl
2009-04-14 12:35 ` Andreas Ericsson

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).