Merge branch 'bp/rename-test-env-var'
commit340fde61bea189b87268aa20581e243deb744577
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:03 +0000 (19 13:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:03 +0000 (19 13:34 +0900)
tree90d4144aea9a2ee2d48a464e18aa3284e7029d7b
parent929e85ade811a1adaa573f79130b35843bed805e
parent4231d1ba995379974401062349c3281d7a821be5
Merge branch 'bp/rename-test-env-var'

Some environment variables that control the runtime options of Git
used during tests are getting renamed for consistency.

* bp/rename-test-env-var:
  t0000: do not get self-test disrupted by environment warnings
  preload-index: update GIT_FORCE_PRELOAD_TEST support
  read-cache: update TEST_GIT_INDEX_VERSION support
  fsmonitor: update GIT_TEST_FSMONITOR support
  preload-index: use git_env_bool() not getenv() for customization
  t/README: correct spelling of "uncommon"
Makefile
preload-index.c
t/README
t/t0000-basic.sh
t/t1700-split-index.sh
t/t7519-status-fsmonitor.sh
t/test-lib.sh