Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Ayer
5fd36a7ac5 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.
2015-01-27 21:26:51 -08:00
Andrew Ayer
24fff1ce6f Document experimental Windows support 2014-09-21 12:00:31 -07:00
Andrew Ayer
d43a26ab0d Document Debian package building in INSTALL file 2014-04-01 21:54:45 -07:00
Andrew Ayer
7fe8443238 Minor tidy-up of INSTALL file 2014-03-31 21:31:49 -07:00
Adam Nelson
5638aa0e0e INSTALL updated for using homebrew on OS X 2014-03-31 13:55:30 +03:00
Andrew Ayer
4d94b44be1 Enhance documentation
Add NEWS file, spin installation instructions into INSTALL file, and add
useful information from the git-crypt website to the README.
2013-04-05 17:00:03 -07:00