Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-11-23 Thread Stefan Beller
+ +0001-Introduce-new-Feature.patch +0002-Improve-Documentation.patch + +The first lines of such a file might look like + +1 From d39e331c30cb563fd152f484f7ca1d14dc98d57e Mon Sep 17 00:00:00 2001 +2 From: Stefan Beller +3 Date: Fri, 13 Jul 2012 12:55:54 +0200 +4 Subject: [PATCH] R

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-11-23 Thread Stefan Beller
+2 From: Stefan Beller stefanbel...@googlemail.com +3 Date: Fri, 13 Jul 2012 12:55:54 +0200 +4 Subject: [PATCH] Rewrite Documentation/SubmittingPatches. +5 +6 This updates the documentation on how to create patches and send +7 these to the kernel mailing list. +8 ... + +Take the body

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-25 Thread Junio C Hamano
Stefan Beller writes: > +5) "git format-patch HEAD~n" > + > +Use "git format-patch HEAD~n" to extract the last n patches from your > +git repository. They will be be saved in textfiles named > + > +0001-Introduce-new-Feature.patch > +0002-Improve-Documentation.patch Two comments and a

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-25 Thread Junio C Hamano
Stefan Beller stefanbel...@googlemail.com writes: +5) git format-patch HEAD~n + +Use git format-patch HEAD~n to extract the last n patches from your +git repository. They will be be saved in textfiles named + +0001-Introduce-new-Feature.patch +0002-Improve-Documentation.patch Two

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Randy Dunlap
On 07/23/2012 12:20 AM, Stefan Beller wrote: > On 07/23/2012 06:45 AM, Randy Dunlap wrote: > >> On 07/22/2012 12:56 AM, Stefan Beller wrote: >> >>> Documentation/SubmittingPatches | 191 >>> >>> 1 file changed, 116 insertions(+), 75 deletions(-) >>>

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Stefan Beller
On 07/23/2012 06:45 AM, Randy Dunlap wrote: On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git a/Documentation/SubmittingPatches

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Stefan Beller
On 07/23/2012 06:45 AM, Randy Dunlap wrote: On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git a/Documentation/SubmittingPatches

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-23 Thread Randy Dunlap
On 07/23/2012 12:20 AM, Stefan Beller wrote: On 07/23/2012 06:45 AM, Randy Dunlap wrote: On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Randy Dunlap
On 07/22/2012 12:56 AM, Stefan Beller wrote: > Documentation/SubmittingPatches | 191 > > 1 file changed, 116 insertions(+), 75 deletions(-) > > diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches > index c379a2a..ac00451

[RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Stefan Beller
; + +Use "git format-patch HEAD~n" to extract the last n patches from your +git repository. They will be be saved in textfiles named + +0001-Introduce-new-Feature.patch +0002-Improve-Documentation.patch + +The first lines of such a file might look like + +1 From d39e331c30cb563fd1

[RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Stefan Beller
the subject would be +[PATCH] Rewrite Documentation/SubmittingPatches. + +For further formatting of the email, +see #8 (No MIME, no links, no compression, no attachments. Just plain text.) + + +6) Select e-mail destination. Look through the MAINTAINERS file and the source code, and determine

Re: [RESEND][PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-22 Thread Randy Dunlap
On 07/22/2012 12:56 AM, Stefan Beller wrote: Documentation/SubmittingPatches | 191 1 file changed, 116 insertions(+), 75 deletions(-) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index c379a2a..ac00451 100644

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Randy Dunlap
On 07/15/2012 11:20 PM, Stefan Beller wrote: > Heh, > It seems as if googlemail is not a suited interface to contribute to linux. > > The raw patch (without clipped lines) can be found at > http://pastebin.com/raw.php?i=3QKRZz2M > > Stefan > > 2012/7/15 Rob Landley : >> On 07/13/2012 09:45 AM,

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Stefan Beller
Heh, It seems as if googlemail is not a suited interface to contribute to linux. The raw patch (without clipped lines) can be found at http://pastebin.com/raw.php?i=3QKRZz2M Stefan 2012/7/15 Rob Landley : > On 07/13/2012 09:45 AM, Stefan Beller wrote: >> This updates the documentation on how to

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Stefan Beller
Heh, It seems as if googlemail is not a suited interface to contribute to linux. The raw patch (without clipped lines) can be found at http://pastebin.com/raw.php?i=3QKRZz2M Stefan 2012/7/15 Rob Landley r...@landley.net: On 07/13/2012 09:45 AM, Stefan Beller wrote: This updates the

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-16 Thread Randy Dunlap
On 07/15/2012 11:20 PM, Stefan Beller wrote: Heh, It seems as if googlemail is not a suited interface to contribute to linux. The raw patch (without clipped lines) can be found at http://pastebin.com/raw.php?i=3QKRZz2M Stefan 2012/7/15 Rob Landley r...@landley.net: On 07/13/2012

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-15 Thread Rob Landley
On 07/13/2012 09:45 AM, Stefan Beller wrote: > This updates the documentation on how to create patches and send > these to the kernel mailing list. > > The documentation before was written in times before git was there, > so the crafting of the patch needed to be done manually by diff -up > in

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-15 Thread Rob Landley
On 07/13/2012 09:45 AM, Stefan Beller wrote: This updates the documentation on how to create patches and send these to the kernel mailing list. The documentation before was written in times before git was there, so the crafting of the patch needed to be done manually by diff -up in the

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
es from your +git repository. They will be be saved in textfiles named + +0001-Introduce-new-Feature.patch +0002-Improve-Documentation.patch + +The first lines of such a file might look like + +1 From d39e331c30cb563fd152f484f7ca1d14dc98d57e Mon Sep 17 00:00:00 2001 +2 From: Stefan Beller

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Jeff Garzik
On Fri, Jul 13, 2012 at 7:51 AM, Stefan Beller wrote: > This updates the documentation on how to create patches and send > these to the kernel mailing list. > > The documentation before was written in times before git was there, > so the crafting of the patch needed to be done manually by diff

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Borislav Petkov
On Fri, Jul 13, 2012 at 01:51:50PM +0200, Stefan Beller wrote: > This updates the documentation on how to create patches and send > these to the kernel mailing list. > > The documentation before was written in times before git was there, > so the crafting of the patch needed to be done manually

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
format-patch HEAD~n" to extract the last n patches from your +git repository. They will be be saved in textfiles named + +0001-Introduce-new-Feature.patch +0002-Improve-Documentation.patch + +The first lines of such a file might look like + +1 From d39e331c30cb563fd152f484f7ca1d14dc98

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
+ +The first lines of such a file might look like + +1 From d39e331c30cb563fd152f484f7ca1d14dc98d57e Mon Sep 17 00:00:00 2001 +2 From: Stefan Beller stefanbel...@googlemail.com +3 Date: Fri, 13 Jul 2012 12:55:54 +0200 +4 Subject: [PATCH] Rewrite Documentation/SubmittingPatches. +5 +6

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Borislav Petkov
On Fri, Jul 13, 2012 at 01:51:50PM +0200, Stefan Beller wrote: This updates the documentation on how to create patches and send these to the kernel mailing list. The documentation before was written in times before git was there, so the crafting of the patch needed to be done manually by

Re: [PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Jeff Garzik
On Fri, Jul 13, 2012 at 7:51 AM, Stefan Beller stefanbel...@googlemail.com wrote: This updates the documentation on how to create patches and send these to the kernel mailing list. The documentation before was written in times before git was there, so the crafting of the patch needed to be

[PATCH] Rewrite Documentation/SubmittingPatches.

2012-07-13 Thread Stefan Beller
like + +1 From d39e331c30cb563fd152f484f7ca1d14dc98d57e Mon Sep 17 00:00:00 2001 +2 From: Stefan Beller stefanbel...@googlemail.com +3 Date: Fri, 13 Jul 2012 12:55:54 +0200 +4 Subject: [PATCH] Rewrite Documentation/SubmittingPatches. +5 +6 This updates the documentation on how to create