From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D66BC00140 for ; Mon, 8 Aug 2022 14:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242421AbiHHOcl (ORCPT ); Mon, 8 Aug 2022 10:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231475AbiHHOck (ORCPT ); Mon, 8 Aug 2022 10:32:40 -0400 Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FB4465C2 for ; Mon, 8 Aug 2022 07:32:39 -0700 (PDT) Received: from host-92-1-139-136.as13285.net ([92.1.139.136] helo=[192.168.1.57]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1oL3o5-000B8P-Ei; Mon, 08 Aug 2022 15:32:37 +0100 Message-ID: Date: Mon, 8 Aug 2022 15:32:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH 4/4] doc add: renormalize is not idempotent for CRCRLF Content-Language: en-GB To: Junio C Hamano Cc: =?UTF-8?Q?Torsten_B=c3=b6gershausen?= , Philip Oakley via GitGitGadget , git@vger.kernel.org References: <20220710074848.ku2zobuck6vyim5d@tb-raspi4> <1b90edd0-3d9d-a741-8865-3968826da315@iee.email> From: Philip Oakley In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org I've unfortunately had some family issue which prevented me doing any work. If I haven't managed anything by the end of the week. I'd be happy if others took it forward. On 05/08/2022 23:26, Junio C Hamano wrote: > Philip Oakley writes: > >>> How about this: >>> >>> This option implies `-u`. Lone CR characters are untouched. CRCRLF cleans to CRLF. >> That is probably sufficient. It drops the awkward 'idempotent'. And >> indicates this edge case, though doesn't highlight that the resultant >> CRLF still leaves the file only partially renormalised. >> >> I'll reword. > It's been a few weeks since the last activity on this topic. > Anything you guys need unblocked to move forward? > > Thanks. >