git-lfs/git/gitattr
brian m. carlson 28f96008df
git: unify attribute parsing
We currently have two separate pieces of code for parsing attributes:
the attribs.go file in the git package, and the gitattr package.  Unify
them by converting the former to call the latter.  In doing so, move the
line ending splitter from the former package to the latter package and
have the ParseLines call in the latter package return an additional
value which represents the proper line ending value for the file read.
2018-12-03 17:18:49 +00:00
..
attr_test.go git: unify attribute parsing 2018-12-03 17:18:49 +00:00
attr.go git: unify attribute parsing 2018-12-03 17:18:49 +00:00
tree_test.go git/gitattr/tree_test.go: ensure that children are given appropriately 2018-07-09 12:04:06 -05:00
tree.go git: unify attribute parsing 2018-12-03 17:18:49 +00:00