From: Brian Gernhardt Date: Wed, 9 Sep 2009 01:50:59 +0000 (-0400) Subject: INSTALL: Update description of our SHA-1 code X-Git-Tag: v1.6.5-rc1~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3de8ba021718e80ef1bbf8a5a541beec86930f4c;p=git.git INSTALL: Update description of our SHA-1 code We haven't had Mozilla's code or an ARM optimized algorithm since 30ae47b. Reword the paragraph to give credit but not authorship to Mozilla. Signed-off-by: Brian Gernhardt Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index ae7f7508f..5267468f0 100644 --- a/INSTALL +++ b/INSTALL @@ -56,8 +56,8 @@ Issues of note: library from here. If you don't have openssl, you can use one of the SHA1 libraries - that come with git (git includes the one from Mozilla, and has - its own PowerPC and ARM optimized ones too - see the Makefile). + that come with git (git includes one inspired by Mozilla's and a + PowerPC optimized one too - see the Makefile). - libcurl library; git-http-fetch and git-fetch use them. You might also want the "curl" executable for debugging purposes.