Re: [PATCH 1/1] Let rebase.reschedulefailedexec only affect interactive rebases
From: Johannes Schindelin <hidden>
Date: 2019-07-01 11:49:34
From: Johannes Schindelin <hidden>
Date: 2019-07-01 11:49:34
Hi, On Fri, 28 Jun 2019, Junio C Hamano wrote:
Phillip Wood [off-list ref] writes:quoted
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