Classes to parse .gitattributes files.
.gitattributes
A simple example of it's usage:
attributes = Reality::Git::Attributes.parse('/home/user/myrepo') attributes.attributes('README.md') # => { "eol" => "lf }