v2.11.1 release
[git-osx-installer.git] / README.txt
blobbb688d97e21ede5e41d27f83f934036638b5f77e
1 Git OS X Installer
2 ==================
4 Patches (see the README_PATCHES.txt file) to build a version of Git for
5 Mac OS X 10.4.8 and later (PPC/X86/32/64) that includes the Git translations
6 (optionally selected based on System Preferences > International > Languages)
7 and integrates well with the native OS X libraries.
9 The built version of Git uses Secure Transport (via a very enhanced version of
10 curl's darwinssl backend) to fully support SHA-256 https certificates on
11 Mac OS X 10.4 and Mac OS X 10.5 without need for a custom build of OpenSSL.
13 All certificates for https/smtps/imaps verification come from the standard
14 system keychain locations (unless one of the Git certificate configuration
15 options is used).
17 Patches are also included to allow GnuPG to generate larger RSA keys (again,
18 see README_PATCHES.txt for details).
20 Pre-built installers that include Git, TopGit (optional), the curl comand line
21 utility (optional) and GnuPG (optional) can be found on the Git OS X Installer
22 home page.
24 See the Git OS X Installer home page at:
25 <http://mackyle.github.io/git-osx-installer>