rebase: introduce a shortcut for --reschedule-failed-exec
commit81ef8ee75d5f348d3c71ff633d13d302124e1a5e
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 10 Dec 2018 19:05:01 +0000 (10 11:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Dec 2018 08:19:01 +0000 (11 17:19 +0900)
treedfe951e0a92f21fc4d9bbe32c919f09742af392d
parent969de3ff0e01282cc061892f47b5f04b22de76af
rebase: introduce a shortcut for --reschedule-failed-exec

It is a bit cumbersome to write out the `--reschedule-failed-exec`
option before `-x <cmd>` all the time; let's introduce a convenient
option to do both at the same time: `-y <cmd>`.

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