Return-Path: X-Original-To: apmail-groovy-dev-archive@minotaur.apache.org Delivered-To: apmail-groovy-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B02C618D9A for ; Fri, 15 Jan 2016 21:41:49 +0000 (UTC) Received: (qmail 55564 invoked by uid 500); 15 Jan 2016 21:41:49 -0000 Delivered-To: apmail-groovy-dev-archive@groovy.apache.org Received: (qmail 55521 invoked by uid 500); 15 Jan 2016 21:41:49 -0000 Mailing-List: contact dev-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list dev@groovy.apache.org Received: (qmail 55511 invoked by uid 99); 15 Jan 2016 21:41:49 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 21:41:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0CE6B1A014F for ; Fri, 15 Jan 2016 21:41:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id yBNsEq9PB-8Z for ; Fri, 15 Jan 2016 21:41:40 +0000 (UTC) Received: from resqmta-po-02v.sys.comcast.net (resqmta-po-02v.sys.comcast.net [96.114.154.161]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 9FF0F31AC4 for ; Fri, 15 Jan 2016 21:41:39 +0000 (UTC) Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-02v.sys.comcast.net with comcast id 6MhV1s0035E3ZMc01MhYvv; Fri, 15 Jan 2016 21:41:32 +0000 Received: from tpx ([24.130.135.131]) by resomta-po-18v.sys.comcast.net with comcast id 6MhX1s00L2qGB6001MhY4J; Fri, 15 Jan 2016 21:41:32 +0000 Received: from localhost (localhost [127.0.0.1]) by tpx (Postfix) with ESMTP id 8382F201AFE41 for ; Fri, 15 Jan 2016 13:41:31 -0800 (PST) Date: Fri, 15 Jan 2016 13:41:31 -0800 From: Konstantin Boudnik To: dev@groovy.apache.org Subject: Re: Normalize line endings? Message-ID: <20160115214131.GS22241@tpx> References: <5699410F.607@gmx.net> <1452885611.2939.122.camel@winder.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qMOP63lkUNNMsXoM" Content-Disposition: inline In-Reply-To: <1452885611.2939.122.camel@winder.org.uk> X-Organization: It's something of 'Cos X-PGP-Key: http://www.boudnik.org/~cos/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1452894092; bh=UF3xKTDpNwJF3QFJz2el7raCxfpVcYoA31gLMHx/A5s=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=k7m0wmDruUnNbg3lbPXjAVZnBKti81s1MKs2+8yhOU5shd99PKAPEqDwdrAeQWSdo Ap7ELCEHkeqLOcyMQd5UF8sKIeTc7Bvh74GW33taTZ6uOOsP5ClGGp/hoe3/cSr4+Y C9VAjgzgT8YUiNPn+/uMNDmclcjV+KuWYj6+9YZDM+sWpC1aU7NjOza/8H/SHoCs2E xyUyDJcAV9L06X339pGC15NfuYjcpzd2LywhaaYNf26IDWEW/ld9LNaNrNzbI/Qsys EhZbxtl1HCH5W8J1qgtuPsC+We+qgTtabFk2kKQcx0bGgmzCifYZ5h5AsqXYIc7ka0 0rwoO7RJHPQUQ== --qMOP63lkUNNMsXoM Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 15, 2016 at 07:20PM, Russel Winder wrote: > On Fri, 2016-01-15 at 19:57 +0100, Pascal Schumacher wrote: > > Hello everybody, > >=20 > > should the line endings of all source files in git be normalized to > > "\n"? > >=20 > > see the discussion at https://github.com/apache/groovy/pull/236 > >=20 >=20 > The answer to this has always been yes. Git strategy has always been > that Windows people should use the mapping capability in Git. Sadly not > everyone has always heeded this and there are large number of \r\n line > endings committed into the repository. This is wrong. No ifs, no buts. I'd say the issue is even deeper: sadly some are still using systems with \r\n line endings ;) Cos --qMOP63lkUNNMsXoM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iF4EAREIAAYFAlaZZ4sACgkQenyFlstYjhLA4AEAk+08/TfVYfZCcG9jg/Iy60P3 jtBEu4PUmkXPEgVtej0BAJrb5KQOUUC+YRtT8VwcRPDlOVqnmxwdBUiBgVUKDDne =6ega -----END PGP SIGNATURE----- --qMOP63lkUNNMsXoM--