Re: [PATCH] rebase -i: reread the todo list if `exec` touched it

2017-04-27 Thread Johannes Schindelin
Hi Steve, On Wed, 26 Apr 2017, Steve Hicks wrote: > On Wed, Apr 26, 2017 at 12:17 PM, Johannes Schindelin > wrote: > > From: Stephen Hicks > > > > In the scripted version of the interactive rebase, there was no > > internal representation of the

Re: [PATCH] rebase -i: reread the todo list if `exec` touched it

2017-04-26 Thread Steve Hicks
On Wed, Apr 26, 2017 at 12:17 PM, Johannes Schindelin wrote: > From: Stephen Hicks > > In the scripted version of the interactive rebase, there was no internal > representation of the todo list; it was re-read before every command. > That allowed the

[PATCH] rebase -i: reread the todo list if `exec` touched it

2017-04-26 Thread Johannes Schindelin
From: Stephen Hicks In the scripted version of the interactive rebase, there was no internal representation of the todo list; it was re-read before every command. That allowed the hack that an `exec` command could append (or even completely rewrite) the todo list. This hack was