Re: RFC: allowing multiple parallel sequencers

2013-04-03 Thread Neil Horman
On Tue, Apr 02, 2013 at 03:06:51PM -0400, Neil Horman wrote: > On Tue, Apr 02, 2013 at 11:06:28AM -0700, Junio C Hamano wrote: > > Neil Horman writes: > > > > > I've recently started looking into the possibility of having git support > > > multiple in-progress sequencers, and wanted to solicit

Re: RFC: allowing multiple parallel sequencers

2013-04-02 Thread Neil Horman
On Tue, Apr 02, 2013 at 11:06:28AM -0700, Junio C Hamano wrote: > Neil Horman writes: > > > I've recently started looking into the possibility of having git support > > multiple in-progress sequencers, and wanted to solicit opinions for how > > best to > > do it The thoughts I had were:

Re: RFC: allowing multiple parallel sequencers

2013-04-02 Thread Junio C Hamano
Neil Horman writes: > I've recently started looking into the possibility of having git support > multiple in-progress sequencers, and wanted to solicit opinions for how best > to > do it The thoughts I had were: > > 1) A per branch sequence directory... > 2) Augment the git-stash comma

RFC: allowing multiple parallel sequencers

2013-04-02 Thread Neil Horman
Hey- I've recently started looking into the possibility of having git support multiple in-progress sequencers, and wanted to solicit opinions for how best to do it. The use case is primarily for cherry-pick - i.e. I often have need to cherry pick a large set of commits to an older kernel,