tests: add a special setup where rebase.useBuiltin is off
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 14 Nov 2018 09:15:06 +0000 (09:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2018 10:02:54 +0000 (19:02 +0900)
Add a GIT_TEST_REBASE_USE_BUILTIN=false test mode which is equivalent
to running with rebase.useBuiltin=false. This is needed to spot that
we're not introducing any regressions in the legacy rebase version
while we're carrying both it and the new builtin version.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found