sha1dc: optionally use sha1collisiondetection as a submodule
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 1 Jul 2017 22:05:46 +0000 (22:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Jul 2017 17:09:34 +0000 (10:09 -0700)
Add an option to use the sha1collisiondetection library from the
submodule in sha1collisiondetection/ instead of in the copy in the
sha1dc/ directory.

This allows us to try out the submodule in sha1collisiondetection
without breaking the build for anyone who's not expecting them as we
work out any kinks.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found