You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by sk...@apache.org on 2014/04/24 15:30:38 UTC

git commit: eol rules for pom

Repository: archiva
Updated Branches:
  refs/heads/master 4b96ccbc9 -> fcba557b9


eol rules for pom

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

Branch: refs/heads/master
Commit: fcba557b97a099e5fd5b0d59035bbb8b22fff1f2
Parents: 4b96ccb
Author: Eric Barboni <sk...@apache.org>
Authored: Thu Apr 24 15:30:20 2014 +0200
Committer: Eric Barboni <sk...@apache.org>
Committed: Thu Apr 24 15:30:20 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/fcba557b/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index afa84f4..b0d1f2a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,5 +8,8 @@
 *.js     text
 *.sql    text
 
-*.jar binary
-*.war binary
\ No newline at end of file
+*.jar    binary
+*.war    binary
+
+#  pom file are part of tests involving md5/sha1 (try to keep lf as eol) 
+*.pom    eol=lf
\ No newline at end of file