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 [email protected]
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 <[email protected]>
> ---
> .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 <[email protected]>
> +Denis Osterland-Heim <[email protected]>
> +Florian Bäuerle <[email protected]>
> +Ladislav Michl <[email protected]>
> +Ladislav Michl <[email protected]>
> +Michael Olbrich <[email protected]>
> +Thorsten Liepert <[email protected]>
>
> base-commit: 5015bfbd0347abfc20bcf0bfedf5b02670353924
> --
> 2.39.2
>
>