git-lfs/git/gitattr
Taylor Blau 5a54097c4b git/gitattr/attr{,_test}.go: parse implicitly 'true' attributes
When an attribute does not start with '!', '-', or contain an '=', we
had previously treated it as malformed. Instead, assume that it is a
'set' attribute, which we interpret to mean as being set implicitly to
"true" (and therefore the dual of the '-' prefix).

From the relevant documentation [1]:

  Set
    The path has the attribute with special value "true"; this is
    specified by listing only the name of the attribute in the attribute
    list.

[1]: https://git-scm.com/docs/gitattributes
2018-09-15 20:27:20 -04:00
..
attr_test.go git/gitattr/attr{,_test}.go: parse implicitly 'true' attributes 2018-09-15 20:27:20 -04:00
attr.go git/gitattr/attr{,_test}.go: parse implicitly 'true' attributes 2018-09-15 20:27:20 -04: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/gitattr: introduce package 'gitattr' 2018-07-06 14:42:48 -05:00