From 7a7aeecbe499fbe26b2de87b9c543475ae250c78 Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Mon, 30 May 2022 18:18:00 +0800 Subject: [PATCH] chore: add .mailmap file (#13231) Co-authored-by: Pan YANG --- .mailmap | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..9e5fb9468d --- /dev/null +++ b/.mailmap @@ -0,0 +1,16 @@ +# +# 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 "MAPPING AUTHORS" in "man git-shortlog". +# +# Please keep this list dictionary sorted. +# + +Jeff Tao +Wade Zhang +Shuduo Sang +Pan Yang \ No newline at end of file -- GitLab