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 v3: - Drop duplicated mail mapping for linus.luessing@web.de - Link to v2: https://lore.kernel.org/r/20250107-mailmap-v2-1-92614cd6085a@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-11a2b05753bb@narfation.org --- .mailmap | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+)
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000000000000000000000000000000000..612218661f1ceb003d64a5bd55b2f272ab5c07b4 --- /dev/null +++ b/.mailmap @@ -0,0 +1,35 @@ +# +# 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. +# +Andreas Langer an.langer@gmx.de a.langer@q-dsl.de +Andreas Langer an.langer@gmx.de <an.langer at gmx.de> +Andrew Lunn andrew@lunn.ch andrew.lunn@ascom.ch +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 +Linus Lüssing linus.luessing@c0d3.blue linus.luessing@ascom.ch +Linus Lüssing linus.luessing@c0d3.blue linus.luessing@web.de +Linus Lüssing linus.luessing@c0d3.blue ll@simonwunderlich.de +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: 4ebe4fb7b08d795f8f7544c04e1bfb928ece5000 change-id: 20250107-mailmap-ac69081a0808
Best regards,
b.a.t.m.a.n@lists.open-mesh.org