Merge branch 'ab/sha1dc-maint' into maint
commitd0506fc419f61266e49077b7bed255d7691c0919
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:15 +0000 (5 09:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:15 +0000 (5 09:03 +0900)
treec5fc8d07423677312133e457ab2b9a0fe95a6716
parente6f80aee299f530c9565b520aa76e6ff2e5649bc
parenta0103914c228cee430b37faab212d1769e8218a0
Merge branch 'ab/sha1dc-maint' into maint

The "collision detecting" SHA-1 implementation shipped with 2.13
was quite broken on some big-endian platforms and/or platforms that
do not like unaligned fetches.  Update to the upstream code which
has already fixed these issues.

* ab/sha1dc-maint:
  sha1dc: update from upstream