diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2020-08-17 14:04:46 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-17 16:44:56 -0700 |
commit | f3d66ec87153f6b0e4ef081f56f283ac046617ad (patch) | |
tree | c8c0e0e1328ea96659ef7b4a21767fdf4f996675 /t/README | |
parent | Seventh batch (diff) | |
download | tgif-f3d66ec87153f6b0e4ef081f56f283ac046617ad.tar.xz |
t/README: document GIT_TEST_DEFAULT_HASH
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>
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------------ |