The .mailmap is used by git-(short)log to fix some botchered names and to map contributions from old e-mail addresses to new ones. It is also used by some tools to get the correct e-mail address for reviewers based on old contributions.
The list was generated using old e-mail address changes in the source code.
Signed-off-by: Sven Eckelmann sven@narfation.org --- Changes in v2: - Switched to Antonio's preferred e-mail address - Link to v1: https://lore.kernel.org/r/20241231-mailmap-v1-1-df656a7dd34d@narfation.org --- .mailmap | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+)
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000000000000000000000000000000000..56bb3301712ae63dfaa48cc0707d5ec67d978617 --- /dev/null +++ b/.mailmap @@ -0,0 +1,29 @@ +# +# This list is used by git-shortlog to fix a few botched name translations +# in the git archive, either because the author's full name was messed up +# and/or not always written the same way, making contributions from the +# same person appearing not to be so or badly displayed. Also allows for +# old email addresses to map to new email addresses. +# +# For format details, see "man gitmailmap" or "MAPPING AUTHORS" in +# "man git-shortlog" on older systems. +# +# Please keep this list dictionary sorted. +# +Antonio Quartulli antonio@mandelbit.com antonio@meshcoding.com +Antonio Quartulli antonio@mandelbit.com antonio@open-mesh.com +Antonio Quartulli antonio@mandelbit.com antonio.quartulli@open-mesh.com +Antonio Quartulli antonio@mandelbit.com ordex@autistici.org +Antonio Quartulli antonio@mandelbit.com ordex@ritirata.org +Antonio Quartulli antonio@mandelbit.com antonio@openvpn.net +Antonio Quartulli antonio@mandelbit.com a@unstable.cc +Marek Lindner marek.lindner@mailbox.org lindner_marek@yahoo.de +Marek Lindner marek.lindner@mailbox.org mareklindner@neomailbox.ch +Simon Wunderlich sw@simonwunderlich.de simon@open-mesh.com +Simon Wunderlich sw@simonwunderlich.de simon.wunderlich@open-mesh.com +Simon Wunderlich sw@simonwunderlich.de simon.wunderlich@s2003.tu-chemnitz.de +Simon Wunderlich sw@simonwunderlich.de siwu@hrz.tu-chemnitz.de +Sven Eckelmann sven@narfation.org sven.eckelmann@gmx.de +Sven Eckelmann sven@narfation.org sven.eckelmann@open-mesh.com +Sven Eckelmann sven@narfation.org sven.eckelmann@openmesh.com +Sven Eckelmann sven@narfation.org sven@open-mesh.com
--- base-commit: 2b908d04dc181e9ce2277edf59c4e8e8b3bc38df change-id: 20250107-mailmap-a6557fa29719
Best regards,
b.a.t.m.a.n@lists.open-mesh.org