Open lnlrbr opened 1 year ago
Having to check out some private repositories with dulwich containing files encrypted with git-crypt, we are forced to manually decrypt them as there doesn't seem to be support for gitattributes that git-crypt relies on to work automatically.
There's some in progress work here: https://github.com/jelmer/dulwich/pull/953
Having to check out some private repositories with dulwich containing files encrypted with git-crypt, we are forced to manually decrypt them as there doesn't seem to be support for gitattributes that git-crypt relies on to work automatically.