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,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 557EF1F66E for ; Mon, 17 Aug 2020 18:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390231AbgHQSDt (ORCPT ); Mon, 17 Aug 2020 14:03:49 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:50278 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390219AbgHQSDD (ORCPT ); Mon, 17 Aug 2020 14:03:03 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 7B3E8DA8C5; Mon, 17 Aug 2020 14:02:55 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=vc4TsuRAKexFuJvr97jS8zLsXsI=; b=qO4wPP u3K2E5ERzNEo/7URqcqPjRWzera02Dox9Pz5U86kVqZKj8XSKCpU+dzGR834LfKt IhY9VTw795NohWEnpr++9f5Awp3iFYfNa5azi7ATCn78ebGU5hrkbfd8YweqIs7k Fxw0TzhIkgF6cerNXhNGVzuFpYV8W2S6Z17Js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=g/qg16d3A6oXghV6ThXzMHgw2x/wtotW drIwv9oegWLpXnjib2Ss9IRkdIOvil9CLfLBoFNqDrIarwnYLG4WVVT4Iqg5wbxs NNV/Uz9NUcU4MhSNcjv9fnpv7fgR2Ux72aS/4roSZaI5VWC6vy6oSmoz6+24IUtq cZlpf1spOK8= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 7390ADA8C4; Mon, 17 Aug 2020 14:02:55 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.75.7.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id BE7CFDA8C2; Mon, 17 Aug 2020 14:02:52 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Johannes Schindelin , git@vger.kernel.org Subject: Re: [PATCH 0/3] Optionally skip linking/copying the built-ins References: Date: Mon, 17 Aug 2020 11:02:51 -0700 In-Reply-To: (Johannes Schindelin's message of "Mon, 17 Aug 2020 06:55:40 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: DEAE1DFC-E0B3-11EA-BCFF-F0EA2EB3C613-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: >> This addresses https://github.com/gitgitgadget/git/issues/406 > > Please note that this GitGitGadget run did not work as intended. The > intention of https://github.com/gitgitgadget/gitgitgadget/pull/296 was to > use the actual author in the `From:` headers of the sent emails, with > GitGitGadget mentioned in the `Sender:` header, but apparently this did > not work, and I will be reverting that PR for the time being. It is close ;-) The author name is correctly on "From:" but not the address.