2

If so, can someone point me at how to make use of them? I know that libgit2 supports them from this, but I'm not having any luck in my research regarding support within Rugged.

kyrofa
  • 1,759
  • 1
  • 14
  • 19
  • Since Rugged is a language binding for libgit2, it supports as much (or as little) of `.gitattributes` as libgit2 does. Most things (text/binary, etc) are supported. Some things (pluggable filters, for example) are not supported in libgit2. Is there a particular attribute that you're interested in? – Edward Thomson May 07 '14 at 16:39
  • If I made a .gitattributes file removing the diff ability from PDFs, for example, would Rugged no longer give me diffs for PDFs? – kyrofa May 07 '14 at 17:06
  • The additions to libgit2 that I mentioned appeared to only support the querying of .gitattributes, not using them with regular operations. But then again, I'm not very familiar with either libgit2 or Rugged-- I'm just trying to learn more. – kyrofa May 08 '14 at 13:34

0 Answers0