Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D4E29200C78 for ; Thu, 18 May 2017 10:07:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D3530160BC4; Thu, 18 May 2017 08:07:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2418C160BB0 for ; Thu, 18 May 2017 10:07:02 +0200 (CEST) Received: (qmail 79426 invoked by uid 500); 18 May 2017 08:07:02 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 79417 invoked by uid 99); 18 May 2017 08:07:02 -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; Thu, 18 May 2017 08:07:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C5F3DFF2D; Thu, 18 May 2017 08:07:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olegk@apache.org To: commits@hc.apache.org Message-Id: <1348bf3b97d9441c852486e1d72c1db4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: httpcomponents-core git commit: Line ending normalization Date: Thu, 18 May 2017 08:07:02 +0000 (UTC) archived-at: Thu, 18 May 2017 08:07:04 -0000 Repository: httpcomponents-core Updated Branches: refs/heads/4.4.x 6a6db4bf5 -> 506f62e4e Line ending normalization Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/506f62e4 Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/506f62e4 Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/506f62e4 Branch: refs/heads/4.4.x Commit: 506f62e4e8b0b1eb9eeb9dba6cc8ce8bbb6106e0 Parents: 6a6db4b Author: Oleg Kalnichevski Authored: Thu May 18 10:05:04 2017 +0200 Committer: Oleg Kalnichevski Committed: Thu May 18 10:05:04 2017 +0200 ---------------------------------------------------------------------- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/506f62e4/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e21b19 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# Auto detect text files and perform LF normalization +* text=auto + +*.java text diff=java +*.html text diff=html +*.css text +*.js text