From f0e346ab97eba11462d510305550bc371e797f4d Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Fri, 9 Feb 2024 14:04:02 -0500 Subject: [PATCH] [code] add a .mailmap for git author resolution --- .mailmap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..031b701d --- /dev/null +++ b/.mailmap @@ -0,0 +1,14 @@ +# Prevent git from showing duplicate names with commands like "git shortlog" +# See the manpage of git-shortlog for details. +# The syntax is: +# Name that should be used Bad name +# +# You can skip Bad name if it is the same as the one that should be used, and is unique. +# +# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u +# gives no duplicates. +# +# apjanke's notes: +# The "bad" name isn't really bad per se, just not my canonical one. +Andrew Janke Andrew Janke +Ray Zimmerman Ray Zimmerman