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


Reply via email to