[PATCH v1] erofs-utils: add my email address to .mailmap

ChengyuZhu6 hudson at cyzhu.com
Mon Aug 25 19:45:22 AEST 2025


From: Chengyu Zhu <hudsonzhu at tencent.com>

add my email address to .mailmap

Signed-off-by: Chengyu Zhu <hudsonzhu at tencent.com>
---
 .gitignore |  5 +++++
 .mailmap   | 13 +++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 .mailmap

diff --git a/.gitignore b/.gitignore
index 3488961..cc1c72c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,11 @@
 *.so.dbg
 *.tar.*
 
+#
+# We don't want to ignore the following even if they are dot-files
+#
+!.mailmap
+
 #
 # Generated files
 #
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..b00bc8c
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,13 @@
+#
+# 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.
+#
+Chengyu Zhu <hudson at cyzhu.com> <hudsonzhu at tencent.com>
-- 
2.51.0



More information about the Linux-erofs mailing list