Hi, On Fri, 28 Jun 2019, Junio C Hamano wrote: > Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > > > I was wondering about requiring --exec with --reschedule-failed-exec > > rather than checking is_interactive() as that would be easier to > > understand. > > ... I find this a reasonable way to think about the issue. I don't: the `exec` command in interactive rebases' todo lists predates the `--exec` option by quite some time IIRC. In other words, `--reschedule-failed-exec` can very well influence a `git rebase -i` without `--exec`. Ciao, Dscho