Repository: ant-ivy Updated Branches: refs/heads/master cd4404bd9 -> a5f67ad88
another 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/a5f67ad8 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/a5f67ad8 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/a5f67ad8 Branch: refs/heads/master Commit: a5f67ad88d67c6df250c79e28dfa198b8adc8178 Parents: cd4404b Author: Maarten Coene <[email protected]> Authored: Tue Jun 2 00:33:32 2015 +0200 Committer: Maarten Coene <[email protected]> Committed: Tue Jun 2 00:33:32 2015 +0200 ---------------------------------------------------------------------- test/repositories/checksums/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/a5f67ad8/test/repositories/checksums/.gitattributes ---------------------------------------------------------------------- diff --git a/test/repositories/checksums/.gitattributes b/test/repositories/checksums/.gitattributes index 75887df..c65094e 100644 --- a/test/repositories/checksums/.gitattributes +++ b/test/repositories/checksums/.gitattributes @@ -1,2 +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 +*.xml text eol=lf \ No newline at end of file
