summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst-rsrc
diff options
context:
space:
mode:
authorConstantine Plotnikov <constantine.plotnikov@gmail.com>2009-11-13 17:30:08 +0300
committerMatthias Sohn <matthias.sohn@sap.com>2009-12-27 13:29:48 +0100
commit063e7206682b77327a1635516a169caa8f514864 (patch)
treeff6bba9c30d8e51ccd9581ae996c172a090549b8 /org.eclipse.jgit.test/tst-rsrc
parent2086fdaedd5e71621470865c34ad075d2668af99 (diff)
downloadjgit-063e7206682b77327a1635516a169caa8f514864.tar.gz
jgit-063e7206682b77327a1635516a169caa8f514864.zip
Added -crfl attribute for DiffFormatterReflowTest test data
The test data is expected to have unix new lines by tests, but it is converted to crlf on Windows platform (with msys git). As result DiffFormatterReflowTest tests fail. To prevent this problem, crlf conversion is disbled for test data related to that test. Bug: 295077 Change-Id: I67d3ed543fcc38647041896146de12b1781ec6be Signed-off-by: Constantine Plotnikov <constantine.plotnikov@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst-rsrc')
-rw-r--r--org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/.gitattributes b/org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/.gitattributes
new file mode 100644
index 0000000000..c5831d9a8b
--- /dev/null
+++ b/org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/.gitattributes
@@ -0,0 +1,3 @@
+*.patch -crlf
+*Image -crlf
+*.out -crlf