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=-4.0 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 45BC91F990 for ; Tue, 4 Aug 2020 22:02:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728385AbgHDWBz (ORCPT ); Tue, 4 Aug 2020 18:01:55 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:50610 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728305AbgHDWBx (ORCPT ); Tue, 4 Aug 2020 18:01:53 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7F6B6DDF1E; Tue, 4 Aug 2020 18:01:51 -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:content-transfer-encoding; s=sasl; bh=aVl8awSLcTj8 19Ty1bqNZKX+6Oc=; b=KcsC2J8/WfTduj/241oXKtTxqQqIXRanc/srP49Den4m ogdWJFBcLy9MRrtSwWBeeEU1wb/PR6XOq/JZpNoQTgq/CinRibZZp+sesEeOh4zE 0Fg4NSTdfOnBW0McuWvW4hgLRZ9jT1uwdrIso/fkOCTWkcucm+1655c+g01yKLY= 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:content-transfer-encoding; q=dns; s=sasl; b=gbDm1S 3ZiBE6a8/o+CAm8llWrAUjJ+kTvWiF+5PFzmsxoD0QpuvQrTgOJSDv1ejtb7+3+2 +uWBnmQiTkPO+VCNBrK5C9XUY16rE5CABEA309/pEW07wilZbArRrDIwgbOedIdA y5KI3K2m3zOHD8wSS3cVubLbtmbHL8BG/y1vQ= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 77C9BDDF1D; Tue, 4 Aug 2020 18:01:51 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id C1D64DDF17; Tue, 4 Aug 2020 18:01:48 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeff King Cc: Martin =?utf-8?Q?=C3=85gren?= , git@vger.kernel.org Subject: Re: [PATCH] Update .mailmap References: <20200804210758.1241259-1-martin.agren@gmail.com> <20200804212831.GD2020725@coredump.intra.peff.net> Date: Tue, 04 Aug 2020 15:01:47 -0700 In-Reply-To: <20200804212831.GD2020725@coredump.intra.peff.net> (Jeff King's message of "Tue, 4 Aug 2020 17:28:31 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 183D8ECE-D69E-11EA-85AB-843F439F7C89-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeff King writes: > On Tue, Aug 04, 2020 at 11:07:58PM +0200, Martin =C3=85gren wrote: > >> Similar to a35b13fce0 ("Update .mailmap", 2018-11-09), make the output >> of `git shortlog -nse v2.10.0..master` duplicate-free by taking/guessi= ng >> the current and preferred addresses for authors that appear with more >> than one address. > > I don't have any specific objections, but you might want to cc all of > the impacted people, which would make them more likely to notice if thi= s > isn't the right thing to do. Excellent suggestion. =20 A commit with 10 acked-by would be ideal, but at least let's make sure we made enough effort to make them aware of, and asked them to help make these entries correct. Thanks.