]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase --am: ignore rebase.rescheduleFailedExec
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 1 Jul 2019 11:58:15 +0000 (04:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jul 2019 16:43:49 +0000 (09:43 -0700)
commit906b63942ac7f0ff904228b03d5dbe1edc59f0fe
tree7941eaf932a5d1d4f512a14e3520b2e547afc5b6
parente11ff8975bedc0aae82632c3cb72578c3d7fc0b2
rebase --am: ignore rebase.rescheduleFailedExec

The `exec` command is specific to the interactive backend, therefore it
does not make sense for non-interactive rebases to heed that config
setting.

We still want to error out if a non-interactive rebase is started with
`--reschedule-failed-exec`, of course.

Reported by Vas Sudanagunta via:
https://github.com/git/git/commit/969de3ff0e0#commitcomment-33257187

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
t/t3418-rebase-continue.sh