From: Derrick Stolee Date: Mon, 17 Aug 2020 14:04:46 +0000 (+0000) Subject: t/README: document GIT_TEST_DEFAULT_HASH X-Git-Tag: v2.29.0-rc0~142^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3d66ec87153f6b0e4ef081f56f283ac046617ad;p=thirdparty%2Fgit.git t/README: document GIT_TEST_DEFAULT_HASH Helped-by: Eric Sunshine Signed-off-by: Derrick Stolee Reviewed-by: brian m. carlson Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 70ec61cf88..2adaf7c2d2 100644 --- a/t/README +++ b/t/README @@ -421,6 +421,10 @@ GIT_TEST_DISALLOW_ABBREVIATED_OPTIONS=, when true (which is the default when running tests), errors out when an abbreviated option is used. +GIT_TEST_DEFAULT_HASH= specifies which hash algorithm to +use in the test scripts. Recognized values for are "sha1" +and "sha256". + Naming Tests ------------