Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6769D01D for ; Sat, 29 Dec 2012 02:45:10 +0000 (UTC) Received: (qmail 7892 invoked by uid 500); 29 Dec 2012 02:45:09 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 7723 invoked by uid 500); 29 Dec 2012 02:45:08 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 7691 invoked by uid 99); 29 Dec 2012 02:45:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2012 02:45:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2012 02:45:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB60B238890D; Sat, 29 Dec 2012 02:44:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1426691 - /hive/trunk/.gitattributes Date: Sat, 29 Dec 2012 02:44:45 -0000 To: commits@hive.apache.org From: hashutosh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121229024445.EB60B238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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