Re: [PATCH] SubmittingPatches : WIP tag in patches

2016-02-26 Thread Stefan Tatschner
On 26.02.2016 15:19, Pranit Bauva wrote: > I have to inoculate the habit of signing off every time. There is this in git-config(1); hope that helps. format.signOff A boolean value which lets you enable the -s/--signoff option of format-patch by default. Note: Adding the Signed-off-by:

Re: [PATCH] SubmittingPatches : WIP tag in patches

2016-02-26 Thread Eric Sunshine
On Fri, Feb 26, 2016 at 9:19 AM, Pranit Bauva wrote: > Eric Sunshine: >> On Fri, Feb 26, 2016 at 9:05 AM, Pranit Bauva wrote: >>> --- >> Missing sign-off. > > I have to inoculate the habit of signing off every time. >>> diff --git

Re: [PATCH] SubmittingPatches : WIP tag in patches

2016-02-26 Thread Pranit Bauva
Eric Sunshine: > On Fri, Feb 26, 2016 at 9:05 AM, Pranit Bauva wrote: >> --- > > Missing sign-off. > I have to inoculate the habit of signing off every time. >> diff --git a/Documentation/SubmittingPatches >> @@ -168,7 +168,9 @@ the closing bracket to mark the nature of

Re: [PATCH] SubmittingPatches : WIP tag in patches

2016-02-26 Thread Eric Sunshine
On Fri, Feb 26, 2016 at 9:05 AM, Pranit Bauva wrote: > --- Missing sign-off. > diff --git a/Documentation/SubmittingPatches > @@ -168,7 +168,9 @@ the closing bracket to mark the nature of the patch > is also > encouraged. E.g. [PATCH/RFC] is often used when the patch is

[PATCH] SubmittingPatches : WIP tag in patches

2016-02-25 Thread Pranit Bauva
--- Documentation/SubmittingPatches | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 98fc4cc..b2c7664 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -168,7 +168,9