]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/README: document GIT_TEST_DEFAULT_HASH
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 17 Aug 2020 14:04:46 +0000 (14:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2020 23:44:56 +0000 (16:44 -0700)
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README

index 70ec61cf887fcacb3e7f9ffe09cee636caa37732..2adaf7c2d2747a1426b11a8d75e0cac667232b60 100644 (file)
--- a/t/README
+++ b/t/README
@@ -421,6 +421,10 @@ GIT_TEST_DISALLOW_ABBREVIATED_OPTIONS=<boolean>, when true (which is
 the default when running tests), errors out when an abbreviated option
 is used.
 
+GIT_TEST_DEFAULT_HASH=<hash-algo> specifies which hash algorithm to
+use in the test scripts. Recognized values for <hash-algo> are "sha1"
+and "sha256".
+
 Naming Tests
 ------------