Author: hashutosh Date: Sat Dec 29 02:44:45 2012 New Revision: 1426691 URL: http://svn.apache.org/viewvc?rev=1426691&view=rev Log: HIVE-3839 : adding .gitattributes file for normalizing line endings during cross platform development (Thejas Nair via Ashutosh Chauhan)
Added: hive/trunk/.gitattributes Added: hive/trunk/.gitattributes URL: http://svn.apache.org/viewvc/hive/trunk/.gitattributes?rev=1426691&view=auto ============================================================================== --- hive/trunk/.gitattributes (added) +++ hive/trunk/.gitattributes Sat Dec 29 02:44:45 2012 @@ -0,0 +1,19 @@ +# Auto detect text files and perform LF normalization +* text=auto + +*.cs text diff=csharp +*.java text diff=java +*.html text diff=html +*.py text diff=python +*.pl text diff=perl +*.pm text diff=perl +*.css text +*.js text +*.sql text +*.q text + +*.sh text eol=lf + +*.bat text eol=crlf +*.csproj text merge=union eol=crlf +*.sln text merge=union eol=crlf