Repository: ant-ivy
Updated Branches:
  refs/heads/master 156706e42 -> 18b4d2402


Consider .pom files as binary, so that line endings aren't converted, during 
checkouts resulting in checksum failures


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

Branch: refs/heads/master
Commit: 18b4d24029b04cfcc1dea0392999da95e7a04c99
Parents: 156706e
Author: Jaikiran Pai <[email protected]>
Authored: Tue Jan 16 12:40:10 2018 +0530
Committer: Jaikiran Pai <[email protected]>
Committed: Tue Jan 16 13:28:29 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/18b4d240/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b189076
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Mark the test specific pom files (which have backing checksum files) as 
binary
+# so that auto conversion of line endings aren't done on them (thus resulting 
in
+# different checksums) during git checkout.
+test/**/maven-snapshot-test/**/*.pom -text diff
+

Reply via email to