git-crypt
git-crypt copied to clipboard
Transparent file encryption in git
I have checked out my branch and tried to decrypt it's data, but got the error mesage: ``` Error: 'git checkout' failed git-crypt has been set up but existing encrypted...
When initializing a repository with `git crypt init`, the current behavior is to try to resolve the full path to the executable and save a section in the config such...
Hi, I am currently investigating solutions to crypt certificates, private keys ... etc in git repo and came across this project. I was considering it until I noticed last commit...
A pretty simple pull request that let the user merge branches. This should correct this bug: https://github.com/AGWA/git-crypt/issues/140
for example, `git-crypt status` says something like this: ``` ... encrypted: my.secret not encrypted: .git-crypt/.gitattributes not encrypted: .git-crypt/keys/default/0/DEADBEAF.gpg ``` but we already know that... really, the git-crypt metadata dir should...
I have a hard time figuring out how to use git-crypt together with lfs. Is that even possible and would it be possible to write a small howto on the...
With two installs of `git-crypt`, both claiming to be `0.6.0`, one on Ubuntu Focal (20.04) and one on an LXC container running Alpine Linux (so musl libc) 3.12.0, both with...
I did lock the files using git-crypt lock and I see they are not readable...when I tried to do git-crypt unlock /path/to/key it exits with out any errors, but not...
git has several problems with using smudge/clean filters on empty files (see issue #53). The easiest fix is to just not encrypt empty files. Since it was already obvious from...
To work around the issue that git considers the working directory dirty when empty files are encrypted, these are kept untouched when cleaning/smudging. Security wise, this is not an issue,...