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-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, 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 2C6FF1F9FC for ; Sat, 27 Mar 2021 09:49:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231382AbhC0Jsh (ORCPT ); Sat, 27 Mar 2021 05:48:37 -0400 Received: from cloud.peff.net ([104.130.231.41]:50642 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230427AbhC0JsG (ORCPT ); Sat, 27 Mar 2021 05:48:06 -0400 Received: (qmail 13335 invoked by uid 109); 27 Mar 2021 09:48:04 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Sat, 27 Mar 2021 09:48:04 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 16203 invoked by uid 111); 27 Mar 2021 09:48:04 -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; Sat, 27 Mar 2021 05:48:04 -0400 Authentication-Results: peff.net; auth=none Date: Sat, 27 Mar 2021 05:48:04 -0400 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Junio C Hamano Subject: Re: [PATCH 0/5] small doc make and lint fixes Message-ID: References: <87sg4indt1.fsf@evledraar.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87sg4indt1.fsf@evledraar.gmail.com> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Mar 26, 2021 at 04:18:50PM +0100, Ævar Arnfjörð Bjarmason wrote: > >> A small stand-alone series of doc infrastructure fixes. 5/6 fixes an > >> interesting bug that's been missed since doc-diff was introduced. > > > > I'm not sure what you mean about doc-diff here. Patch 5 (of 5?) doesn't > > seem related. Patch 4 is related only tangentially, in that you might > > have more stuff in your Documentation directory. > > That's how it's related, the lint script recursively looks for all *.txt > under Documentation/, before doc-diff we could safely assume this was > *.txt at that version of the repository, after doc-diff our recursively > search leads us to a different checkout at a different revision. > > I don't think it had any practical effect, just say'n. OK, thanks. I just wanted to make sure I wasn't missing something. -Peff