From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43484 invoked by alias); 3 Jul 2019 19:42:14 -0000 Mailing-List: contact bzip2-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Sender: bzip2-devel-owner@sourceware.org Received: (qmail 43471 invoked by uid 89); 3 Jul 2019 19:42:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=life X-Spam-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Message-ID: <2a06b1150e2c46156c39186bc815e4838849fb36.camel@klomp.org> Subject: Re: [PATCH] Always treat .ref files as binary From: Mark Wielaard To: Joshua Watt , bzip2-devel@sourceware.org Date: Tue, 01 Jan 2019 00:00:00 -0000 In-Reply-To: <20190702200601.27247-1-JPEW.hacker@gmail.com> References: <20190702200601.27247-1-JPEW.hacker@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-SW-Source: 2019-q3/txt/msg00011.txt.bz2 Hi Joshua, On Tue, 2019-07-02 at 15:06 -0500, Joshua Watt wrote: > .ref files should always be treated as binary files so that git does > not attempt to convert the line endings if core.autocrlf is set. I am not a big fan of autocrlf. I think it should just be left off. But lets not make life miserable for people who do use it. Pushed. Thanks, Mark