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 Psidium Guajava
On 2018-02-13 18:42 GMT-02:00 Stefan Beller <sbel...@google.com> wrote: > On Tue, Feb 13, 2018 at 12:22 PM, Psidium Guajava <psiid...@gmail.com> wrote: > I think this could also be done with "git rebase --edit-todo", which brings > up the right file in your edito

git-rebase --undo-skip proposal

2018-02-13 Thread Psidium Guajava
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. Imagine that you are working on a feature for a long time, but there are multiple bug