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.gantv...@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 <u.kleine-koe...@pengutronix.de>
> ---
>  .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 <c...@eks-engel.de>
> +Denis Osterland-Heim <denis.osterl...@diehl.com>
> +Florian Bäuerle <florian.baeue...@allegion.com>
> +Ladislav Michl <ladislav.mi...@seznam.cz>
> +Ladislav Michl <la...@linux-mips.org>
> +Michael Olbrich <m...@freebie.lab.pengutronix.de>
> +Thorsten Liepert <thorsten.liep...@diehl.com>
> 
> base-commit: 5015bfbd0347abfc20bcf0bfedf5b02670353924
> -- 
> 2.39.2
> 
> 

Reply via email to