Re: [PATCH v4 00/11] add options to for-each-ref

2015-06-22 Thread Karthik Nayak
> > Just FYI, you can "git format-patch -11 my-work~8" or something like that > and get 01/11 to 11/11 even if you have more commits that are not yet ready > near the tip. I usually do a `git format-patch a..b` but I missed out the b it seems ;-) Thanks! -- Regards, Karthik Nayak -- To unsubscr

Re: [PATCH v4 00/11] add options to for-each-ref

2015-06-21 Thread Junio C Hamano
On Sun, Jun 21, 2015 at 1:51 PM, Karthik Nayak wrote: > On Mon, Jun 22, 2015 at 2:15 AM, Karthik Nayak wrote: >> The previous version of the patch series can be found here : >> thread.gmane.org/gmane.comp.version-control.git/271754 >> >> Changes in this version : >> * 01/11: Remove unnecessary

Re: [PATCH v4 00/11] add options to for-each-ref

2015-06-21 Thread Karthik Nayak
On Mon, Jun 22, 2015 at 2:15 AM, Karthik Nayak wrote: > The previous version of the patch series can be found here : > thread.gmane.org/gmane.comp.version-control.git/271754 > > Changes in this version : > * 01/11: Remove unnecessary tests and add signed tag. > * 04/11: Grammatical change. > *

[PATCH v4 00/11] add options to for-each-ref

2015-06-21 Thread Karthik Nayak
The previous version of the patch series can be found here : thread.gmane.org/gmane.comp.version-control.git/271754 Changes in this version : * 01/11: Remove unnecessary tests and add signed tag. * 04/11: Grammatical change. * 06/11: Introduce a comment to explain code. * 11/11: Grammatica