scmrepo icon indicating copy to clipboard operation
scmrepo copied to clipboard

support .gitattributes normalization

Open pmrowla opened this issue 2 years ago • 1 comments

Follow up to https://github.com/iterative/scmrepo/issues/211

dulwich currently lacks support for .gitattributes line ending/normalization settings, we should either contribute this upstream or detect when text normalization attributes are set and then force the use of pygit2/libgit2 for generating commits.

pmrowla avatar Mar 30 '23 05:03 pmrowla

FWIW Dulwich now (0.24+) has support for line ending handling and git attributes.

jelmer avatar Aug 16 '25 11:08 jelmer