mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-25 04:14:23 -08:00
833 B
833 B
News
######v0.3 (2013-04-05)
- Fix
git-crypt initon newer versions of Git. Previously, encrypted files were not being automatically decrypted after runninggit-crypt initwith recent versions of Git. - Allow
git-crypt initto be run even if the working tree contains untracked files. git-crypt initnow properly escapes arguments to the filter commands it configures, allowing both the path to git-crypt and the path to the key file to contain arbitrary characters such as spaces.
######v0.2 (2013-01-25)
- Numerous improvements to
git-crypt initusability. - Fix gitattributes example in README: the old example showed a colon after the filename where there shouldn't be one.
- Various build fixes and improvements.
######v0.1 (2012-11-29)
- Initial release.