Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-01-11 02:59:15 +0400
committerCarlos Martín Nieto <cmn@dwim.me>2013-01-11 02:59:15 +0400
commitd31f95ad0de083086ca7f2a2e8e75d588ec45025 (patch)
treef55c2275a012abb18b49885a6767ffd44b6b0a9c /Lib
parentf493cec11c03fdc185b73965c5d586350b9ebf38 (diff)
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.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/.gitattributes b/Lib/.gitattributes
index 9a8fa873..2fa88711 100644
--- a/Lib/.gitattributes
+++ b/Lib/.gitattributes
@@ -1 +1,3 @@
-!*.txt binary
+* binary
+.gitattributes text -binary
+*.txt text -binary