From 36fd328ea7863bce0805c4ddabd7b6af2bfb5874 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 20 Dec 2018 21:44:42 +0200 Subject: [PATCH] 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 --- t/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/README b/t/README index 1ae941f88e..b1a598ae39 100644 --- a/t/README +++ b/t/README @@ -383,6 +383,10 @@ GIT_TEST_REBASE_USE_BUILTIN=, when false, disables the builtin version of git-rebase. See 'rebase.useBuiltin' in git-config(1). +GIT_TEST_STASH_USE_BUILTIN=, when false, disables the +built-in version of git-stash. See 'stash.useBuiltin' in +git-config(1). + GIT_TEST_ADD_I_USE_BUILTIN=, when true, enables the builtin version of git add -i. See 'add.interactive.useBuiltin' in git-config(1).