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.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 BB17D1F4B4 for ; Sun, 17 Jan 2021 17:17:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729844AbhAQRQJ (ORCPT ); Sun, 17 Jan 2021 12:16:09 -0500 Received: from cloud.peff.net ([104.130.231.41]:58564 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728181AbhAQRQI (ORCPT ); Sun, 17 Jan 2021 12:16:08 -0500 Received: (qmail 21580 invoked by uid 109); 17 Jan 2021 17:15:27 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Sun, 17 Jan 2021 17:15:27 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 16409 invoked by uid 111); 17 Jan 2021 17:15:27 -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; Sun, 17 Jan 2021 12:15:27 -0500 Authentication-Results: peff.net; auth=none Date: Sun, 17 Jan 2021 12:15:26 -0500 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: Emily Shaffer , Junio C Hamano , "brian m. carlson" , git@vger.kernel.org Subject: Re: What's cooking in git.git (Jan 2021, #02; Fri, 8) Message-ID: References: <871reu752k.fsf@evledraar.gmail.com> <87k0si5k75.fsf@evledraar.gmail.com> <87im7w4zqt.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: <87im7w4zqt.fsf@evledraar.gmail.com> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Sat, Jan 16, 2021 at 05:23:38PM +0100, Ævar Arnfjörð Bjarmason wrote: > > [...] especially when that pushback is "I'd like to write a tool to > > reverse this thing, because - and I don't mean that > > tool maliciously so that should be OK." > > ... this point in particular seems to be an attempt to summarize my > views or motivations. > > I don't see how you could read my E-Mails on the subject (especially > what you're replying to, > https://lore.kernel.org/git/87k0si5k75.fsf@evledraar.gmail.com/) and > think that in any way reflects my views on the matter. > > In lieu of repeating much/any of that I'll just say that that doesn't in > any way reflect my views, and from having read all the rest of the > message traffic associated with this topic I don't see who else you > could be referring to with those comments. This is sort orthogonal to what you're saying here, and possibly I missed this part of the discussion, but...I'm confused about this talk of a tool for unblinding the mailmap. Isn't: git log --all --format='%aE %ae' basically that tool already? -Peff