mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-29 14:15:05 -08:00
Increase minimum supported Git version to 1.7.2
Previously, git-crypt claimed to support Git as old as 1.6.0 (albeit with degraded operation). However, this has not been true for some time, since Git 1.6.0 does not support the --porcelain option to `git status`. Since Git 1.7.2 was the first version of Git to support filters with `git blame`, was released almost five years ago (in July 2010), and is even in Debian Squeeze, it seems like a good minimum version to require.
This commit is contained in:
4
INSTALL
4
INSTALL
@@ -2,10 +2,8 @@ DEPENDENCIES
|
||||
|
||||
To use git-crypt, you need:
|
||||
|
||||
* Git 1.6.0 or newer
|
||||
* Git 1.7.2 or newer
|
||||
* OpenSSL
|
||||
* For decrypted git diff output, Git 1.6.1 or newer
|
||||
* For decrypted git blame output, Git 1.7.2 or newer
|
||||
|
||||
To build git-crypt, you need a C++ compiler and OpenSSL development
|
||||
headers.
|
||||
|
||||
@@ -3,10 +3,8 @@ Dependencies
|
||||
|
||||
To use git-crypt, you need:
|
||||
|
||||
* Git 1.6.0 or newer
|
||||
* Git 1.7.2 or newer
|
||||
* OpenSSL
|
||||
* For decrypted git diff output, Git 1.6.1 or newer
|
||||
* For decrypted git blame output, Git 1.7.2 or newer
|
||||
|
||||
To build git-crypt, you need a C++ compiler and OpenSSL development
|
||||
headers.
|
||||
|
||||
Reference in New Issue
Block a user