From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 9775B1F5AE for ; Mon, 17 May 2021 11:40:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236793AbhEQLlX (ORCPT ); Mon, 17 May 2021 07:41:23 -0400 Received: from cloud.peff.net ([104.130.231.41]:56222 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236720AbhEQLlW (ORCPT ); Mon, 17 May 2021 07:41:22 -0400 Received: (qmail 5127 invoked by uid 109); 17 May 2021 11:40:06 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Mon, 17 May 2021 11:40:06 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 28461 invoked by uid 111); 17 May 2021 11:40:05 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Mon, 17 May 2021 07:40:05 -0400 Authentication-Results: peff.net; auth=none Date: Mon, 17 May 2021 07:40:04 -0400 From: Jeff King To: Felipe Contreras Cc: git@vger.kernel.org, Junio C Hamano , "brian m . carlson" , Martin =?utf-8?B?w4VncmVu?= , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: [PATCH v2 3/5] doc: remove unnecessary rm instances Message-ID: References: <20210514115631.503276-1-felipe.contreras@gmail.com> <20210514115631.503276-4-felipe.contreras@gmail.com> <609fb8b5bf799_e173a20897@natae.notmuch> <60a24897afda0_126a0520834@natae.notmuch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <60a24897afda0_126a0520834@natae.notmuch> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, May 17, 2021 at 05:42:31AM -0500, Felipe Contreras wrote: > > I.e., I was suggesting to get rid of the "rm" call in the hunk I showed > > above, but leave the "mv" for the follow-on patch. > > Ahh, I see. It's quite a bit more work, but sure, I can do that. If it's a lot more work, I can live with the split as you have here. I didn't think it would be a lot, though. -Peff