summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-05-29 12:18:15 -0400
committerNico Weber <thakis@chromium.org>2021-06-02 06:29:07 -0400
commit39b3c00ec33f50837d9fe52b0b56c7d11eff377f (patch)
treecb4bea022ab1bc22d1a38d1c7d649fca5432086a /.mailmap
parentf3a27511c9f820f12a16445a7c130cb34693608d (diff)
downloadllvm-39b3c00ec33f50837d9fe52b0b56c7d11eff377f.tar.gz
Add a toplevel .mailmap file
See "Proposal: Adding a toplevel .mailmap file" on llvm-dev: https://lists.llvm.org/pipermail/llvm-dev/2021-May/150741.html Differential Revision: https://reviews.llvm.org/D103360
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap23
1 files changed, 23 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 000000000000..3c023eeec6a7
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,23 @@
+# This file allows mapping several author and committer email addresses and
+# names to a single canonical one for `git shortlog`, `git log --author`,
+# or `git check-mailmap`.
+#
+# For example, if you commit as `random.person@example.com` but sometimes use
+# "Rañdom Person" and sometimes "Random Person" as name and you want the former
+# to be your canonical name, add
+#
+# Rañdom Person <random.person@example.com>
+#
+# If you commit as both `random.person@example.com` and `ranp@example.com` and
+# you want the former to be your canonical email address, add
+#
+# <random.person@example.com> <ranp@example.com>
+#
+# Combinations of both are possible too, see
+# https://git-scm.com/docs/gitmailmap for format details.
+#
+# You can commit changes for your own names and email addresses without review.
+# If you want to add entries for other people, please have them review the
+# addition.
+#
+# Please keep this file sorted.