Re: [PATCHv2] Documentation/SubmittingPatches: Explain the rationale of git notes

2014-12-30 Thread Junio C Hamano
Stefan Beller writes: >>> +can also be inserted using the `--notes` option. If you are one >>> +of those developers who cannot write perfect code the first time >>> +and need multiple iterations of review and discussion, you may >>> +want to keep track of the changes between different versions of

Re: [PATCHv2] Documentation/SubmittingPatches: Explain the rationale of git notes

2014-12-29 Thread Stefan Beller
On Mon, Dec 29, 2014 at 3:18 PM, Eric Sunshine wrote: > On Mon, Dec 29, 2014 at 12:42 PM, Stefan Beller wrote: >> This adds more explanation of why you want to have the --notes option >> given to git format-patch. >> >> Signed-off-by: Stefan Beller >> --- >> diff --git a/Documentation/Submitting

Re: [PATCHv2] Documentation/SubmittingPatches: Explain the rationale of git notes

2014-12-29 Thread Eric Sunshine
On Mon, Dec 29, 2014 at 12:42 PM, Stefan Beller wrote: > This adds more explanation of why you want to have the --notes option > given to git format-patch. > > Signed-off-by: Stefan Beller > --- > diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches > index e3c942e..f42c

[PATCHv2] Documentation/SubmittingPatches: Explain the rationale of git notes

2014-12-29 Thread Stefan Beller
This adds more explanation of why you want to have the --notes option given to git format-patch. Signed-off-by: Stefan Beller --- Notes: Changes v2: * s/you are encouraged to/you may want to/ * a stronger hint to use the git notes and then --notes for format-patch. Documen