git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / 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

* Re: Patch (1.6.2.1) for fixing bad single quote
  2009-04-14 12:31 Patch (1.6.2.1) for fixing bad single quote Ulrich Windl
@ 2009-04-14 12:35 ` Andreas Ericsson
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Ericsson @ 2009-04-14 12:35 UTC (permalink / raw
  To: Ulrich Windl; +Cc: git

Ulrich Windl wrote:
> 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:
> 

It looks alright, but there's a document called SubmittingPatches in the
Documentation folder of git.git itself which you should read before you
intend to submit patches, as it makes life easier for our benevolent but
overworked democratic dictator Junio.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

^ permalink raw reply	[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

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