You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2014/07/25 17:22:27 UTC

git commit: [OLINGO-379] Add gitattributes file to make tests work

Repository: olingo-odata2
Updated Branches:
  refs/heads/master 3c6d937de -> 2d5a019b7


[OLINGO-379] Add gitattributes file to make tests work

All test resource files are changed when commiting them to Unix line
endings. To prevent this in the case of the batch test resources we need
this gitattributes file


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/2d5a019b
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/2d5a019b
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/2d5a019b

Branch: refs/heads/master
Commit: 2d5a019b7482d367a271858a423fd0a4b54875f7
Parents: 3c6d937
Author: Christian Amend <ch...@apache.org>
Authored: Fri Jul 25 17:20:36 2014 +0200
Committer: Christian Amend <ch...@apache.org>
Committed: Fri Jul 25 17:20:36 2014 +0200

----------------------------------------------------------------------
 .gitattributes | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/2d5a019b/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..aee8603
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have CRLF line endings on checkout.
+# We need this for our batch parsing tests
+*.batch text eol=crlf
\ No newline at end of file