Re: [PATCH 32/34] sequencer (rebase -i): show the progress

2016-09-01 Thread Johannes Schindelin
Hi Dennis, On Thu, 1 Sep 2016, Dennis Kaarsemaker wrote: > On wo, 2016-08-31 at 10:56 +0200, Johannes Schindelin wrote: > > The interactive rebase keeps the user informed about its progress. > > If the sequencer wants to do the grunt work of the interactive > > rebase, it also needs to show that

Re: [PATCH 32/34] sequencer (rebase -i): show the progress

2016-09-01 Thread Dennis Kaarsemaker
On wo, 2016-08-31 at 10:56 +0200, Johannes Schindelin wrote: > The interactive rebase keeps the user informed about its progress. > If the sequencer wants to do the grunt work of the interactive > rebase, it also needs to show that progress. > > Signed-off-by: Johannes Schindelin

[PATCH 32/34] sequencer (rebase -i): show the progress

2016-08-31 Thread Johannes Schindelin
The interactive rebase keeps the user informed about its progress. If the sequencer wants to do the grunt work of the interactive rebase, it also needs to show that progress. Signed-off-by: Johannes Schindelin --- sequencer.c | 33 + 1