Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-10 Thread Michael S. Tsirkin
On Mon, Jun 10, 2013 at 08:29:31AM +0100, John Keeping wrote: > On Mon, Jun 10, 2013 at 09:53:24AM +0300, Michael S. Tsirkin wrote: > > I vaguely remember there was some way to say > > "head of the remote I am tracking" - but I could not find it. > > Where are all the tricks like foo^{} documented?

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-10 Thread Junio C Hamano
"Michael S. Tsirkin" writes: >> Not needed with recent "git format-patch -v4" option. > > Unless I rerun with same vX :( > Would it make sense for it to check for vX existance and fail? > Same without -vX, when 000X exists ... > Could be an option. Oh, instead of exact -v$N, trigger it with "-v

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-10 Thread John Keeping
On Mon, Jun 10, 2013 at 09:53:24AM +0300, Michael S. Tsirkin wrote: > I vaguely remember there was some way to say > "head of the remote I am tracking" - but I could not find it. > Where are all the tricks like foo^{} documented? gitrevisions(7) is what you're looking for here. In this case I thi

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-09 Thread Michael S. Tsirkin
On Sun, Jun 09, 2013 at 04:25:11PM -0700, Junio C Hamano wrote: > "Michael S. Tsirkin" writes: > > > With respect to this, and a bit off-topic, what's > > the best way to revise patch series? > > > > What I did, given series in patchvN-1/: > > > > rm -fr patchvN #blow away old directory if th

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-09 Thread Junio C Hamano
"Michael S. Tsirkin" writes: > With respect to this, and a bit off-topic, what's > the best way to revise patch series? > > What I did, given series in patchvN-1/: > > rm -fr patchvN #blow away old directory if there > # otherwise I get two copies of patches if I renam

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-05 Thread Michael S. Tsirkin
On Wed, Jun 05, 2013 at 12:28:08PM -0700, Junio C Hamano wrote: > "Michael S. Tsirkin" writes: > > > This includes bugfixes related to handling of --suppress-cc=self > > flag. Tests are also included. > > > > Changes from v3: > > - v3 submission was missing one patch (1/7). Re-add it. > > Cha

Re: [PATCH v4 0/7] git send-email suppress-cc=self fixes

2013-06-05 Thread Junio C Hamano
"Michael S. Tsirkin" writes: > This includes bugfixes related to handling of --suppress-cc=self > flag. Tests are also included. > > Changes from v3: > - v3 submission was missing one patch (1/7). Re-add it. > Changes from v2: > - add a new test, split patches differently add code com