diff options
author | Brian Gernhardt <brian@gernhardtsoftware.com> | 2009-09-08 21:50:59 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-08 23:32:43 -0700 |
commit | 3de8ba021718e80ef1bbf8a5a541beec86930f4c (patch) | |
tree | e50045deb126e947a961e6183cdf15fbca648691 /INSTALL | |
parent | 5ad9dce7e691106fecde413de8cc321b937367a6 (diff) | |
download | git-3de8ba021718e80ef1bbf8a5a541beec86930f4c.tar.gz |
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 <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |