Re: [PATCH 01/34] sequencer: support a new action: 'interactive rebase'

2016-09-03 Thread Johannes Schindelin
Hi Kevin, On Fri, 2 Sep 2016, Kevin Daudt wrote: > On Wed, Aug 31, 2016 at 10:54:02AM +0200, Johannes Schindelin wrote: > > @@ -43,16 +51,20 @@ static GIT_PATH_FUNC(rebase_path_gpg_sign_opt, > > "rebase-merge/gpg_sign_opt") > > /* We will introduce the 'interactive rebase' mode later */ > >

Re: [PATCH 01/34] sequencer: support a new action: 'interactive rebase'

2016-09-02 Thread Kevin Daudt
On Wed, Aug 31, 2016 at 10:54:02AM +0200, Johannes Schindelin wrote: > @@ -43,16 +51,20 @@ static GIT_PATH_FUNC(rebase_path_gpg_sign_opt, > "rebase-merge/gpg_sign_opt") > /* We will introduce the 'interactive rebase' mode later */ > static inline int is_rebase_i(const struct replay_opts *opts)

[PATCH 01/34] sequencer: support a new action: 'interactive rebase'

2016-08-31 Thread Johannes Schindelin
This patch introduces a new action for the sequencer. It really does not do a whole lot of its own right now, but lays the ground work for patches to come. The intention, of course, is to finally make the sequencer the work horse of the interactive rebase (the original idea behind the "sequencer"