"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > Changes since v1: > * Add a build option for the default hash and use it in the tests. WITH_BREAKING_CHANGES flips GIT_HASH_DEFAULT between SHA-1 and SHA-256 as before, but the choice is now exposed via "git help --build-options", so test-lib.sh does not have to switch based on WITH_BREAKING_CHANGES and use the build-options embedded in the binary. Very nice.