Re: sequencer status

2017-08-24 Thread Nicolas Morey-Chaisemartin
Le 24/08/2017 à 11:43, Matthieu Moy a écrit : > Christian Couder writes: > >> It is displaying the steps that have already been performed, right? >> I wonder if people might want more about the current step (but maybe >> that belongs to `git status`) or perhaps the not yet performed states >> (a

Re: sequencer status

2017-08-24 Thread Matthieu Moy
Christian Couder writes: > It is displaying the steps that have already been performed, right? > I wonder if people might want more about the current step (but maybe > that belongs to `git status`) or perhaps the not yet performed states > (and maybe even a way to edit the todo list?) Note that

Re: sequencer status

2017-08-24 Thread Nicolas Morey-Chaisemartin
Le 23/08/2017 à 19:57, Junio C Hamano a écrit : > Nicolas Morey-Chaisemartin writes: > >> Two questions: >> - Could this be a candidate for contrib/ ? >> - Would it be interesting to add the relevant code to sequencer.c >> so that all sequencer based commands could have a --status option > I act

Re: sequencer status

2017-08-24 Thread Nicolas Morey-Chaisemartin
Le 23/08/2017 à 18:40, Christian Couder a écrit : > Hi, > > On Wed, Aug 23, 2017 at 10:10 AM, Nicolas Morey-Chaisemartin > wrote: >> Hi, >> >> I've created a small tool to display the current sequencer status. >> It mimics what Magit does to display what was done and what is left to do. >> >> As

Re: sequencer status

2017-08-23 Thread Junio C Hamano
Nicolas Morey-Chaisemartin writes: > Two questions: > - Could this be a candidate for contrib/ ? > - Would it be interesting to add the relevant code to sequencer.c > so that all sequencer based commands could have a --status option I actually think we would want a "git sequencer" command, which

Re: sequencer status

2017-08-23 Thread Christian Couder
Hi, On Wed, Aug 23, 2017 at 10:10 AM, Nicolas Morey-Chaisemartin wrote: > Hi, > > I've created a small tool to display the current sequencer status. > It mimics what Magit does to display what was done and what is left to do. > > As someone who often rebase large series of patches (also works wit