]> source.dussan.org Git - archiva.git/commitdiff
eol rules for pom
authorEric Barboni <skygo@apache.org>
Thu, 24 Apr 2014 13:30:20 +0000 (15:30 +0200)
committerEric Barboni <skygo@apache.org>
Thu, 24 Apr 2014 13:30:20 +0000 (15:30 +0200)
.gitattributes

index afa84f4d3db36bba4a48caa22c883cca4ecba9c1..b0d1f2acfe8dbc93e3465f3849cb87014c49bbb3 100644 (file)
@@ -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