Recommend Git 1.8.5 or newer for best performance

Since older versions of Git have to spawn a separate
check-attr process for every file in the repository,
which is slow.
This commit is contained in:
Andrew Ayer
2015-05-25 15:26:32 -07:00
parent ca98d1aed1
commit 0a2e633d7f
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ To use git-crypt, you need:
Git 1.7.2 or newer git git
OpenSSL openssl openssl
Note: Git 1.8.5 or newer is recommended for best performance.
BUILDING GIT-CRYPT

View File

@@ -16,6 +16,8 @@ To use git-crypt, you need:
Git 1.7.2 or newer | git | git
OpenSSL | openssl | openssl
Note: Git 1.8.5 or newer is recommended for best performance.
### Building git-crypt