]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib.sh
read-cache: update TEST_GIT_INDEX_VERSION support
authorBen Peart <benpeart@microsoft.com>
Tue, 18 Sep 2018 23:29:36 +0000 (23:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2018 18:41:01 +0000 (11:41 -0700)
commit1f357b045b503873626a72ac97797352a3cd2e87
tree85ad98154995af0d18c4be3a6b2276abe86104d5
parent4cb54d0aa8e2b8de6f6bafd5c2baad0db5ce9dc7
read-cache: update TEST_GIT_INDEX_VERSION support

Rename TEST_GIT_INDEX_VERSION to GIT_TEST_INDEX_VERSION 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>
Makefile
t/README
t/test-lib.sh