jelmer / dulwich

Pure-Python Git implementation
https://www.dulwich.io/
Other
2.06k stars 395 forks source link

Add gitattributes support #1211

Open lnlrbr opened 1 year ago

lnlrbr commented 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.

jelmer commented 1 year ago

There's some in progress work here: https://github.com/jelmer/dulwich/pull/953