]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
preload-index: update GIT_FORCE_PRELOAD_TEST support
authorBen Peart <benpeart@microsoft.com>
Tue, 18 Sep 2018 23:29:37 +0000 (23:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2018 18:41:01 +0000 (11:41 -0700)
commit5765d97b71d7489f927354e1704fc0d1d7ef90a0
tree3a70266eea5461b3295bf83805c6bb676f164bbf
parent1f357b045b503873626a72ac97797352a3cd2e87
preload-index: update GIT_FORCE_PRELOAD_TEST support

Rename GIT_FORCE_PRELOAD_TEST to GIT_TEST_PRELOAD_INDEX for consistency with
the other GIT_TEST_ special setups and properly document its use.

Add logic in t/test-lib.sh to give a warning when the old variable is set to
let people know they need to update their environment to use the new
variable.

Signed-off-by: Ben Peart <Ben.Peart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
preload-index.c
t/README
t/t7519-status-fsmonitor.sh
t/test-lib.sh