]> git.ipfire.org Git - thirdparty/git.git/commit - .gitmodules
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)
commit86cfd61e6bc12745751c43b4f69886b290cd85cb
tree5a770d2400f5d4c37248d31056f962bf2cbe2cbf
parent9936c1b52a39fa14fca04f937df3e75f7498ac66
sha1dc: optionally use sha1collisiondetection as a submodule

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>
.gitmodules [new file with mode: 0644]
Makefile
hash.h
sha1collisiondetection [new submodule]