git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Transparent file encryption in git

Results 134 git-crypt issues
Sort by recently updated
recently updated
newest added

1. Build & test using recent MSys2 2. Update `Makefile` so that `./INSTALL` is not used instead of `/usr/bin/install` of case-insensitive file-systems

windows

I have use 0.4 version of git-crypt for many years, it's works well with git 1.9, but recently github.com need tls1.2 which force me to update git to 2.x, and...

Hello, Thank you for this great tool. I don't know why, but I can't merge two branches that are supported by git-crypt... If I tried, the conflicted files are not...

This is essentially Issue #26 for [Github for Mac](https://mac.github.com/) instead of Atlassian SourceTree. If I have a file to be encrypted upon commit, `git commit ...` from the command line...

I compiled 0.6.0 for Windows without issue, and uploaded the executables to https://github.com/rasa/git-crypt/releases I ran the commands listed on https://github.com/AGWA/git-crypt/wiki/Create-a-Repostiory in both Linux and Windows. In Linux, it-just-works. On Windows,...

Per https://lists.oasis-open.org/archives/docbook-apps/201612/msg00011.html Docbook XSL stylesheets are no longer hosted at sourceforge.

#Hi, I'm trying to understand how git-crypt actually encrypts and decrypts files. I have 2 questions: 1. after calling `git-crypt init -k FOO` there is no .git-crypt directory yet, but...

First time using, I saw `Generating key...` Where is this key stored?

I didn't see anything in the README about key rotation. Is there a command like: `git-crypt re-encrypt /path/to/old/key /path/to/new/key`