sha1collisiondetection: automatically enable when submodule is populated
authorJunio C Hamano <gitster@pobox.com>
Sat, 1 Jul 2017 22:05:47 +0000 (22:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Jul 2017 17:09:37 +0000 (10:09 -0700)
If a user wants to experiment with the version of collision
detecting sha1 from the submodule, the user needed to not just
populate the submodule but also needed to turn the knob.

A Makefile trick is easy enough to do so, so let's do this. When
somebody with a copy of the submodule populated wants not to use it,
that can be done by overriding it in config.mak or from the command
line.

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