You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2015/11/20 20:51:46 UTC

tomee git commit: .bat are windows files and should use crlf

Repository: tomee
Updated Branches:
  refs/heads/master 1b6536fec -> 7993bfd75


.bat are windows files and should use crlf


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

Branch: refs/heads/master
Commit: 7993bfd75d310ec55faffbcd656d9fc85d52d7c4
Parents: 1b6536f
Author: Thiago Veronezi <th...@veronezi.org>
Authored: Fri Nov 20 14:50:46 2015 -0500
Committer: Thiago Veronezi <th...@veronezi.org>
Committed: Fri Nov 20 14:50:46 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/7993bfd7/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index 54758c9..fd3a6eb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -22,6 +22,9 @@
 *.txt           text
 *.xml           text
 
+# These are windows files. They should use crlf
+*.bat           text eol=crlf
+
 # These files are binary and should be left untouched
 # (binary is a macro for -text -diff)
 *.class         binary