]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/test-env'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:20 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:20 +0000 (13:59 -0700)
commit023ff4cdf5793437313f481b4ef5b1ec247f2301
treefe222b4b3edeb442b7873d89d03556a1e11c1274
parent9c9b961d7eb15fb583a2a812088713a68a85f1c0
parent08a8ac88d868f3206e8faf0df2502ebc18925c33
Merge branch 'ab/test-env'

Many GIT_TEST_* environment variables control various aspects of
how our tests are run, but a few followed "non-empty is true, empty
or unset is false" while others followed the usual "there are a few
ways to spell true, like yes, on, etc., and also ways to spell
false, like no, off, etc." convention.

* ab/test-env:
  env--helper: mark a file-local symbol as static
  tests: make GIT_TEST_FAIL_PREREQS a boolean
  tests: replace test_tristate with "git env--helper"
  tests README: re-flow a previously changed paragraph
  tests: make GIT_TEST_GETTEXT_POISON a boolean
  t6040 test: stop using global "script" variable
  config.c: refactor die_bad_number() to not call gettext() early
  env--helper: new undocumented builtin wrapping git_env_*()
  config tests: simplify include cycle test
.gitignore
Makefile
builtin.h
ci/lib.sh
config.c
gettext.c
git.c
t/t1305-config-include.sh
t/t6040-tracking-info.sh
t/test-lib-functions.sh
t/test-lib.sh