Revert "rebase: introduce a shortcut for --reschedule-failed-exec"
commite11ff8975bedc0aae82632c3cb72578c3d7fc0b2
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 6 Feb 2019 18:45:17 +0000 (6 10:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2019 19:27:17 +0000 (6 11:27 -0800)
tree7cb57f640d3a3dfa681969c0d837607623dd7232
parent81ef8ee75d5f348d3c71ff633d13d302124e1a5e
Revert "rebase: introduce a shortcut for --reschedule-failed-exec"

This patch was contributed only as a tentative "we could introduce a
convenient short option if we do not want to change the default behavior
in the long run" patch, opening the discussion whether other people
agree with deprecating the current behavior in favor of the rescheduling
behavior.

But the consensus on the Git mailing list was that it would make sense
to show a warning in the near future, and flip the default
rebase.rescheduleFailedExec to reschedule failed `exec` commands by
default. See e.g.
<CAGZ79kZL5CRqCDRb6B-EedUm8Z_i4JuSF2=UtwwdRXMitrrOBw@mail.gmail.com>

So let's back out that patch that added the `-y` short option that we
agreed was not necessary or desirable.

This reverts commit 81ef8ee75d5f348d3c71ff633d13d302124e1a5e.

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