The .mailmap is used by git-shortlog 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. Also relevant entries for other contributors from the v6.13-rc5 release were added.
Signed-off-by: Sven Eckelmann sven@narfation.org --- .mailmap | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+)
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000000000000000000000000000000000..79b29af883289c09124a88df6b34d64633ebdac3 --- /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 a@unstable.cc antonio@meshcoding.com +Antonio Quartulli a@unstable.cc antonio@open-mesh.com +Antonio Quartulli a@unstable.cc antonio.quartulli@open-mesh.com +Antonio Quartulli a@unstable.cc ordex@autistici.org +Antonio Quartulli a@unstable.cc ordex@ritirata.org +Linus Lüssing linus.luessing@c0d3.blue linus.luessing@acsom.ch +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 +Linus Lüssing linus.luessing@c0d3.blue linus.luessing@web.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: 60ff59118fd7f007adae1cc77ce9b268e3c977ce change-id: 20241231-mailmap-41d467f0db72
Best regards,
b.a.t.m.a.n@lists.open-mesh.org