AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.18k stars 475 forks source link

GitKraken integration #176

Closed cwolcott closed 4 years ago

cwolcott commented 5 years ago

I have git-crypt working just fine with a test repository using git command line, but am having issues using GitKraken. Has anyone used GitKraken and git-encrypt?

My issue in GitKraken is when I choose an edited file and select "Stage File" it does not get encrypted like it does when I use the command line "git add .". Any thoughts?

natanverdes commented 5 years ago

It happens to me too, I don't know if it happens to any git GUI or because of GitKraken. With merge and checkout happens too.

alerque commented 5 years ago

Does GitKraken respect anything from .gitattributes? I suspect this might be a problem with their use of git plumbing rather than a git-crypt issue at all. Can we confirm that it respects anything in there such as smudge/clean filters at all?

cwolcott commented 5 years ago

Found a similar discussion on reddit

robsman commented 4 years ago

With SmartGit, it works just fine, but GitKraken does not encrypt upon staging.

AGWA commented 4 years ago

This is not a git-crypt issue.