From: Junio C Hamano Date: Tue, 24 Jul 2012 03:56:46 +0000 (-0700) Subject: Merge branch 'jn/block-sha1' X-Git-Tag: v1.7.12-rc0~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ebcfa444c436c0a501d38ffd5bae670fe6ee01c5 Merge branch 'jn/block-sha1' The code to load a word one-byte-at-a-time was optimized into a word-wide load instruction even when the pointer was not aligned, which caused issues on architectures that do not like unaligned access. * jn/block-sha1: Makefile: BLK_SHA1 does not require fast htonl() and unaligned loads block-sha1: put expanded macro parameters in parentheses block-sha1: avoid pointer conversion that violates alignment constraints --- ebcfa444c436c0a501d38ffd5bae670fe6ee01c5