rugged icon indicating copy to clipboard operation
rugged copied to clipboard

Taking into account default git attributes with fetch_attributes()

Open raphaelyancey opened this issue 7 years ago • 1 comments

Rugged doesn't seem to aknowledge core.attributesFile (falling back to $HOME/.config/git/attributes) or $(prefix)/etc/gitattributes as specified in the docs when fetching attributes for a path with repo.fetch_attributes(path).

git check-attr handles that so this is either on Rugged side or libgit2 (against which I don't have the competence to test).

(related to https://github.com/github/linguist/issues/4283)

raphaelyancey avatar Oct 02 '18 10:10 raphaelyancey

Can someone confirm this behavior?

raphaelyancey avatar Apr 09 '19 08:04 raphaelyancey