Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 0947618EDE for ; Mon, 26 Oct 2015 23:16:30 +0000 (UTC) Received: (qmail 1786 invoked by uid 500); 26 Oct 2015 23:16:30 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 1759 invoked by uid 500); 26 Oct 2015 23:16:29 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 1750 invoked by uid 99); 26 Oct 2015 23:16:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 23:16:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C20C7E08CD; Mon, 26 Oct 2015 23:16:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ios commit: CB-9836 Add .gitattributes to prevent CRLF line endings in repos Date: Mon, 26 Oct 2015 23:16:29 +0000 (UTC) Repository: cordova-ios Updated Branches: refs/heads/master 1ad9951c8 -> c0fe92d6c CB-9836 Add .gitattributes to prevent CRLF line endings in repos This closes #173 Signed-off-by: Shazron Abdullah Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/c0fe92d6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/c0fe92d6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/c0fe92d6 Branch: refs/heads/master Commit: c0fe92d6c0b91efa2da0d5cec78e0baa95ce55c9 Parents: 1ad9951 Author: daserge Authored: Sat Oct 24 00:33:17 2015 +0300 Committer: Shazron Abdullah Committed: Mon Oct 26 16:22:10 2015 -0700 ---------------------------------------------------------------------- .gitattributes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c0fe92d6/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org