Commit Graph

5 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
acc3d2ecb3 Fix capitalization of git-crypt in INSTALL.md 2014-09-21 12:00:31 -07:00
Caleb Maclennan
79263fc57c fix link and header formatting; re-wrap text 2014-06-02 17:13:52 -07:00
Darayus Nanavati
1843104015 convert documentation files to markdown
* format section headings, links and code snippets
* add .md file extension to trigger pretty rendering on Github
* standardize on lowercase typesetting for git-crypt
2014-06-02 17:13:49 -07:00