diff options
author | Benoit Bourbie <bbourbie@slb.com> | 2013-04-13 10:47:21 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-11 17:39:05 -0700 |
commit | 3a51467b94306e77c1b69b374bac33b6672bc177 (patch) | |
tree | 73ba56bcbb0811ade6496a1cc906ff295a4e3d7a /INSTALL | |
parent | t: make PIPE a standard test prerequisite (diff) | |
download | tgif-3a51467b94306e77c1b69b374bac33b6672bc177.tar.xz |
Typo fix: replacing it's -> its
Signed-off-by: Benoit Bourbie <benoit.bourbie@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ Issues of note: - "openssl" library is used by git-imap-send to use IMAP over SSL. If you don't need it, use NO_OPENSSL. - By default, git uses OpenSSL for SHA1 but it will use it's own + By default, git uses OpenSSL for SHA1 but it will use its own library (inspired by Mozilla's) with either NO_OPENSSL or BLK_SHA1. Also included is a version optimized for PowerPC (PPC_SHA1). |