mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
86cfd61e6b
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>
4 lines
153 B
Text
4 lines
153 B
Text
[submodule "sha1collisiondetection"]
|
|
path = sha1collisiondetection
|
|
url = https://github.com/cr-marcstevens/sha1collisiondetection.git
|
|
branch = master
|