From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 07 Jun 2023 16:26:07 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q6u6y-00ERJA-Ee for lore@lore.pengutronix.de; Wed, 07 Jun 2023 16:26:07 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1q6u6w-00086w-FZ; Wed, 07 Jun 2023 16:26:06 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q6u6d-00086D-RN; Wed, 07 Jun 2023 16:25:48 +0200 Date: Wed, 7 Jun 2023 16:24:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1686147946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pyVPA9XD60nYCFvIcvf2F2uKythIP6eOfD/tYFcPXGQ=; b=JSL7Bc6L2mmg9EBbXQu36NaLc0zunPk2rJY8Iu7o6ldfA7wAnC20X3w2jqD9vWtsTzPdF7 KejELPw8bJ08B4RoAvNcdQx+jrZqMssXm5Gte0cJgpcMnPeIUf9XW3NSVwANPGx3V1eWVI ykOKLwMVarZMIP2q3vg+QR/QhyeZQncPGlvMUrQFxOKEdcl+3G4Q3ucGSzgPzNPbMqg3uS CM4Ww8O5IFKDCOvtOeQ+/OxdtmHkF80i9gK1jxueg8W6CCA9uANwOshUmbx5RkcQLp/lPB 34Iqsy7SIBu+YDxQ7cALPkWOaIG4vT6qqqQ6pJHEjBZ4wulIj3zhOIQzvWrq3A== From: Alexander Dahl To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Message-ID: <20230607-crusader-smitten-0f6b2159e1c4@ifak-system.com> Mail-Followup-To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , ptxdist@pengutronix.de References: <20230607135129.189660-1-u.kleine-koenig@pengutronix.de> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230607135129.189660-1-u.kleine-koenig@pengutronix.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] mailmap: Add a few entries for improved commit statistics X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello Uwe, Am Wed, Jun 07, 2023 at 03:51:29PM +0200 schrieb Uwe Kleine-König: > When a single person uses different variants of their real name and > different email addresses, they appear as different persons in the > hall of fame in the category "Commits". > > With this .mailmap the number of individual committers is reduced from > 148 to 141 (as of ptxdist-2023.05.0) as produced by > > git shortlog -sn I noticed some more when calling `git shortlog -s` or lets say omitting '-n' which gives you alphabetic order. Not sure if those are the same person, but I would guess so. 1 Andrej Gantvorg 1 Andrej.Gantvorg@wago.com 620 Bjoern Buerger 51 Bjørn Bürger 23 Denis OSTERLAND 22 Denis Osterland-Heim 14 Enrico Joerns 37 Enrico Jorns 11 Guillermo Rodriguez 16 Guillermo Rodríguez 3 grodriguez 936 Juergen Beisert 3 Jürgen Beisert As said on IRC before, things differ if you additionally pass '-e' … Greets Alex > > . > > Signed-off-by: Uwe Kleine-König > --- > .mailmap | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 .mailmap > > diff --git a/.mailmap b/.mailmap > new file mode 100644 > index 000000000000..c1c31f0237a0 > --- /dev/null > +++ b/.mailmap > @@ -0,0 +1,7 @@ > +Christian Gieseler > +Denis Osterland-Heim > +Florian Bäuerle > +Ladislav Michl > +Ladislav Michl > +Michael Olbrich > +Thorsten Liepert > > base-commit: 5015bfbd0347abfc20bcf0bfedf5b02670353924 > -- > 2.39.2 > >