On Sun, 23 Aug 2009, Junio C Hamano wrote:
* lt/block-sha1 (2009-08-17) 4 commits
(merged to 'next' on 2009-08-18 at 67a1ce8)
+ remove ARM and Mozilla SHA1 implementations
+ block-sha1: guard gcc extensions with __GNUC__
+ make sure byte swapping is optimal for git
+ block-sha1: make the size member first in the context struct
Finishing touches ;-) There were a few Solaris portability patches
floated around that I didn't pick up, waiting for them to finalize.
Those would be described better as Solaris _optimization_ patches. The
code is already fully portable as it is, except not necessarily optimal
in some cases.
Nicolas