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

.

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


Reply via email to