8000 Don't try to negate in an attributes file · rlazev/libgit2sharp@d31f95a · GitHub
[go: up one dir, main page]

Skip to content

Commit d31f95a

Browse files
committed
Don't try to negate in an attributes file
This is not supported, and newer versions of git will outright refuse to work with a tree that contains one. This should keep the intent of the negation it's replacing.
1 parent f493cec commit d31f95a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Lib/.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
!*.txt binary
1+
* binary
2+
.gitattributes text -binary
3+
*.txt text -binary

0 commit comments

Comments
 (0)
0