Stefan Sakalik

Results 2 comments of Stefan Sakalik

I'm also experiencing this behaviour. It seems that there can be only one decrypted worktree: ~~~ #!/bin/bash GPG_USER=stefan mkdir repo cd repo git init . cat .gitattributes *.key filter=git-crypt diff=git-crypt...

@ckyoog thanks, your patch seems to work for me! @icy you may be using and old git client that doesn't support `--worktree`, i.e. if `git config --worktree` fails, the patched...