From: Junio C Hamano Date: Thu, 5 Dec 2019 20:52:48 +0000 (-0800) Subject: Merge branch 'sg/test-bool-env' X-Git-Tag: v2.25.0-rc0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0f9ec90278ec989ac7840a69f42a414f0db23f5;p=thirdparty%2Fgit.git Merge branch 'sg/test-bool-env' Recently we have declared that GIT_TEST_* variables take the usual boolean values (it used to be that some used "non-empty means true" and taking GIT_TEST_VAR=YesPlease as true); make sure we notice and fail when non-bool strings are given to these variables. * sg/test-bool-env: t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a bool tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values --- e0f9ec90278ec989ac7840a69f42a414f0db23f5