]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit62c23938fae5b7a374388c64fbdf8ee9ecb51b92
tree58a0e635b737b4fd0abf7f1f6076357dbe73cfa5
parentd8d0a546f04be2990d50425fe152af915bc3b82f
tests: add a special setup where rebase.useBuiltin is off

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>
builtin/rebase.c
t/README