From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 4E9E71F428 for ; Fri, 17 Mar 2023 21:13:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229987AbjCQVNu (ORCPT ); Fri, 17 Mar 2023 17:13:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbjCQVNp (ORCPT ); Fri, 17 Mar 2023 17:13:45 -0400 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CA0E113DB for ; Fri, 17 Mar 2023 14:13:38 -0700 (PDT) Received: (qmail 26534 invoked by uid 109); 17 Mar 2023 21:13:37 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 17 Mar 2023 21:13:37 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 28736 invoked by uid 111); 17 Mar 2023 21:13:37 -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; Fri, 17 Mar 2023 17:13:37 -0400 Authentication-Results: peff.net; auth=none Date: Fri, 17 Mar 2023 17:13:36 -0400 From: Jeff King To: Eric Sunshine Cc: git@vger.kernel.org, =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: [PATCH 1/4] mailmap: drop debugging code Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Mar 17, 2023 at 04:08:43PM -0400, Eric Sunshine wrote: > > In 2013, when somebody fixed some compilation errors in the conditional > > code (presumably because they used it while making other changes): > > > > https://lore.kernel.org/git/1373871253-96480-1-git-send-email-sunshine@sunshineco.com/ > > > > And finally it seemed to have been useful to somebody in 2021: > > > > https://lore.kernel.org/git/87eejswql6.fsf@evledraar.gmail.com/ > > Nit: s/2021/2020/ Oops. I'm not sure how I bungled that. :) > > I'm cc-ing folks from those earlier threads. If somebody really wants to > > salvage it, I can prepare a patch converting it to a trace variable > > instead, but absent any outcry, I'd go with this approach. > > As one of the mentioned anonymous "sombody"s, I have no objection. Thanks! -Peff