Re: [PATCH v2 14/34] sequencer (rebase -i): update refs after a successful rebase

2016-12-19 Thread Johannes Schindelin
Hi Junio, On Fri, 16 Dec 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > An interactive rebase operates on a detached HEAD (to keep the reflog > > of the original branch relatively clean), and updates the branch only > > at the end. > > > > Now that the sequencer learns to perfo

Re: [PATCH v2 14/34] sequencer (rebase -i): update refs after a successful rebase

2016-12-16 Thread Junio C Hamano
Johannes Schindelin writes: > An interactive rebase operates on a detached HEAD (to keep the reflog > of the original branch relatively clean), and updates the branch only > at the end. > > Now that the sequencer learns to perform interactive rebases, it also > needs to learn the trick to update

[PATCH v2 14/34] sequencer (rebase -i): update refs after a successful rebase

2016-12-13 Thread Johannes Schindelin
An interactive rebase operates on a detached HEAD (to keep the reflog of the original branch relatively clean), and updates the branch only at the end. Now that the sequencer learns to perform interactive rebases, it also needs to learn the trick to update the branch before removing the directory