Re: git-rebase --undo-skip proposal

2018-02-15 Thread Johannes Schindelin
Hi Jake, On Wed, 14 Feb 2018, Jacob Keller wrote: > On Wed, Feb 14, 2018 at 5:50 PM, Psidium Guajava wrote: > > 2018-02-14 22:53 GMT-02:00 Johannes Schindelin : > >> Now, when is the next possible time you can call `git rebase --undo-skip`? > > >

Re: git-rebase --undo-skip proposal

2018-02-15 Thread Johannes Schindelin
Hi Jake, On Wed, 14 Feb 2018, Jacob Keller wrote: > On Wed, Feb 14, 2018 at 4:53 PM, Johannes Schindelin > wrote: > > > > On Wed, 14 Feb 2018, Psidium Guajava wrote: > > > >> On 2018-02-13 18:42 GMT-02:00 Stefan Beller wrote: > >> > On Tue, Feb

Re: git-rebase --undo-skip proposal

2018-02-15 Thread Paul Tan
Hi Gabriel, On Wed, Feb 14, 2018 at 4:42 AM, Stefan Beller wrote: > On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava wrote: >> >> Also, a little unrelated with this issue: >> 5. What happened to the rewrite of rebase in C [2]? I couldn't find >> any

Re: git-rebase --undo-skip proposal

2018-02-14 Thread Jacob Keller
On Wed, Feb 14, 2018 at 5:50 PM, Psidium Guajava wrote: > 2018-02-14 22:53 GMT-02:00 Johannes Schindelin : >> Now, when is the next possible time you can call `git rebase --undo-skip`? > > What if the scope were reduced from `--undo-skip` to

Re: git-rebase --undo-skip proposal

2018-02-14 Thread Psidium Guajava
2018-02-14 22:53 GMT-02:00 Johannes Schindelin : > Now, when is the next possible time you can call `git rebase --undo-skip`? What if the scope were reduced from `--undo-skip` to `--undo-last-skip`? Also, further reduce the scope to only allow `--undo-last-skip` during

Re: git-rebase --undo-skip proposal

2018-02-14 Thread Jacob Keller
On Wed, Feb 14, 2018 at 4:53 PM, Johannes Schindelin wrote: > Hi, > > On Wed, 14 Feb 2018, Psidium Guajava wrote: > >> On 2018-02-13 18:42 GMT-02:00 Stefan Beller wrote: >> > On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava

Re: git-rebase --undo-skip proposal

2018-02-14 Thread Johannes Schindelin
Hi, On Wed, 14 Feb 2018, Psidium Guajava wrote: > On 2018-02-13 18:42 GMT-02:00 Stefan Beller wrote: > > On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava > > wrote: > > I think this could also be done with "git rebase --edit-todo", which brings > > up

Re: git-rebase --undo-skip proposal

2018-02-14 Thread Psidium Guajava
On 2018-02-13 18:42 GMT-02:00 Stefan Beller wrote: > On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava wrote: > I think this could also be done with "git rebase --edit-todo", which brings > up the right file in your editor. Yeah that'd would only work if

Re: git-rebase --undo-skip proposal

2018-02-13 Thread Stefan Beller
On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava wrote: > Hello git community, > > I'd like to add a new feature in git-rebase: --undo-skip. > But first, I'd like to consult with the experts if it would be > beneficial for the project and if my line of tought is correct. > >