gitattributes

Build Status

Classes to parse .gitattributes files.

A simple example of it's usage:

 attributes = Reality::Git::Attributes.parse('/home/user/myrepo')
 attributes.attributes('README.md') # => { "eol" => "lf }