Author: thejas
Date: Mon Sep 16 03:12:22 2013
New Revision: 1523538
URL: http://svn.apache.org/r1523538
Log:
Wincompat : Add .cmd/text/crlf to .gitattributes (Sushanth Sowmyan via Thejas
Nair)
Modified:
hive/trunk/.gitattributes
Modified: hive/trunk/.gitattributes
URL:
http://svn.apache.org/viewvc/hive/trunk/.gitattributes?rev=1523538&r1=1523537&r2=1523538&view=diff
==============================================================================
--- hive/trunk/.gitattributes (original)
+++ hive/trunk/.gitattributes Mon Sep 16 03:12:22 2013
@@ -18,5 +18,6 @@
data/files/*.dat text eol=lf
*.bat text eol=crlf
+*.cmd text eol=crlf
*.csproj text merge=union eol=crlf
*.sln text merge=union eol=crlf