re-revert tests: add a special setup where stash.useBuiltin is off

We temporarily reverted part of this commit to allow merging `add-p`
without conflicts. Now it is time to re-apply that part.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2018-12-20 21:44:42 +02:00
parent b6d244806d
commit 36fd328ea7

View File

@@ -383,6 +383,10 @@ GIT_TEST_REBASE_USE_BUILTIN=<boolean>, when false, disables the
builtin version of git-rebase. See 'rebase.useBuiltin' in
git-config(1).
GIT_TEST_STASH_USE_BUILTIN=<boolean>, when false, disables the
built-in version of git-stash. See 'stash.useBuiltin' in
git-config(1).
GIT_TEST_ADD_I_USE_BUILTIN=<boolean>, when true, enables the
builtin version of git add -i. See 'add.interactive.useBuiltin' in
git-config(1).