You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2013/08/09 01:49:11 UTC

svn commit: r1512101 - /hadoop/common/trunk/.gitattributes

Author: cnauroth
Date: Thu Aug  8 23:49:11 2013
New Revision: 1512101

URL: http://svn.apache.org/r1512101
Log:
HADOOP-9831. Make checknative shell command accessible on Windows. Contributed by Chris Nauroth.

Modified:
    hadoop/common/trunk/.gitattributes

Modified: hadoop/common/trunk/.gitattributes
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/.gitattributes?rev=1512101&r1=1512100&r2=1512101&view=diff
==============================================================================
--- hadoop/common/trunk/.gitattributes (original)
+++ hadoop/common/trunk/.gitattributes Thu Aug  8 23:49:11 2013
@@ -14,5 +14,6 @@
 *.sh     text eol=lf
 
 *.bat    text eol=crlf
+*.cmd    text eol=crlf
 *.csproj text merge=union eol=crlf
 *.sln    text merge=union eol=crlf