You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2015/06/01 23:58:20 UTC

ant-ivy git commit: attempt to fix failing test on windows

Repository: ant-ivy
Updated Branches:
  refs/heads/master 05a457b9a -> cd4404bd9


attempt to fix failing test on windows


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/cd4404bd
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/cd4404bd
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/cd4404bd

Branch: refs/heads/master
Commit: cd4404bd9c86651dde280ec774dbafa6474ae33c
Parents: 05a457b
Author: Maarten Coene <ma...@apache.org>
Authored: Mon Jun 1 23:57:33 2015 +0200
Committer: Maarten Coene <ma...@apache.org>
Committed: Mon Jun 1 23:57:33 2015 +0200

----------------------------------------------------------------------
 test/repositories/checksums/.gitattributes | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/cd4404bd/test/repositories/checksums/.gitattributes
----------------------------------------------------------------------
diff --git a/test/repositories/checksums/.gitattributes b/test/repositories/checksums/.gitattributes
new file mode 100644
index 0000000..75887df
--- /dev/null
+++ b/test/repositories/checksums/.gitattributes
@@ -0,0 +1,2 @@
+# Set the eol of the Ivy files to Unix LF because that is where the checksums are calculated on
+*.xml eol=lf
\ No newline at end of file