]> git.ipfire.org Git - thirdparty/git.git/commit
rebase tests: camel-case rebase.rescheduleFailedExec consistently
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 9 Apr 2021 08:01:37 +0000 (10:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Apr 2021 06:23:48 +0000 (23:23 -0700)
commitcd663df710f0fd082cef006333804e7e416b2680
tree9c88ea02ff1468a9ad0c212aa5e213321f8ed296
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7
rebase tests: camel-case rebase.rescheduleFailedExec consistently

Fix a test added in 906b63942ac (rebase --am: ignore
rebase.rescheduleFailedExec, 2019-07-01) to camel-case the
configuration variable. This doesn't change the behavior of the test,
it's merely to help its human readers.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3418-rebase-continue.sh