Re: [PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend

2016-12-19 Thread Johannes Schindelin
Hi Hannes, On Wed, 14 Dec 2016, Johannes Sixt wrote: > Am 13.12.2016 um 16:29 schrieb Johannes Schindelin: > > base-commit: 8d7a455ed52e2a96debc080dfc011b6bb00db5d2 > > Published-As: https://github.com/dscho/git/releases/tag/sequencer-i-v2 > > Fetch-It-Via: git fetch https://github.com/dscho/git

Re: [PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend

2016-12-19 Thread Johannes Schindelin
Hi Junio, On Tue, 13 Dec 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > Apart from mostly cosmetic patches (and the occasional odd bug that I > > fixed promptly), I used these patches since mid May to perform all of my > > interactive rebases. In mid June, I had the idea to tea

Re: [PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend

2016-12-13 Thread Johannes Sixt
Am 13.12.2016 um 16:29 schrieb Johannes Schindelin: base-commit: 8d7a455ed52e2a96debc080dfc011b6bb00db5d2 Published-As: https://github.com/dscho/git/releases/tag/sequencer-i-v2 Fetch-It-Via: git fetch https://github.com/dscho/git sequencer-i-v2 Thank you so much! I would appreciate if you coul

Re: [PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend

2016-12-13 Thread Junio C Hamano
Johannes Schindelin writes: > This marks the count down to '3': two more patch series after this > (really tiny ones) and we have a faster rebase -i. Nice. > Apart from mostly cosmetic patches (and the occasional odd bug that I > fixed promptly), I used these patches since mid May to perform al

[PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend

2016-12-13 Thread Johannes Schindelin
This marks the count down to '3': two more patch series after this (really tiny ones) and we have a faster rebase -i. The idea of this patch series is to teach the sequencer to understand all of the commands in `git-rebase-todo` scripts, to execute them and to behave pretty much very the same as `