From 86cfd61e6bc12745751c43b4f69886b290cd85cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 1 Jul 2017 22:05:46 +0000 Subject: sha1dc: optionally use sha1collisiondetection as a submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Junio C Hamano --- sha1collisiondetection | 1 + 1 file changed, 1 insertion(+) create mode 160000 sha1collisiondetection (limited to 'sha1collisiondetection') diff --git a/sha1collisiondetection b/sha1collisiondetection new file mode 160000 index 0000000000..19d97bf5af --- /dev/null +++ b/sha1collisiondetection @@ -0,0 +1 @@ +Subproject commit 19d97bf5af05312267c2e874ee6bcf584d9e9681 -- cgit v1.2.3