On Fri, Aug 14, 2020 at 2:07 PM Derrick Stolee via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > diff --git a/t/README b/t/README > @@ -421,6 +421,9 @@ GIT_TEST_DISALLOW_ABBREVIATED_OPTIONS=<boolean>, when true> +GIT_TEST_DEFAULT_HASH=<sha1|sha256> specifies which hash algorithm to use > +in the test scripts. Nit: The documentation for all the other environment variables has the form `GIT_VAR=<generic-value-indicator>` rather than placing the possible literal values within the angle brackets. So, perhaps this can be written as: 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".