From 0a2e633d7f06ed99a203426a5fa55f3da3a4a0b2 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Mon, 25 May 2015 15:26:32 -0700 Subject: [PATCH] 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. --- INSTALL | 2 ++ INSTALL.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 5df9b09..39af571 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/INSTALL.md b/INSTALL.md index b129565..5c8f592 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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