[PATCH] D103360: Add a toplevel .mailmap file
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 2 03:29:20 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG39b3c00ec33f: Add a toplevel .mailmap file (authored by thakis).
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103360/new/
https://reviews.llvm.org/D103360
Files:
.mailmap
Index: .mailmap
===================================================================
--- /dev/null
+++ .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 at 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 at example.com>
+#
+# If you commit as both `random.person at example.com` and `ranp at example.com` and
+# you want the former to be your canonical email address, add
+#
+# <random.person at example.com> <ranp at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103360.349219.patch
Type: text/x-patch
Size: 1079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210602/278bab48/attachment.bin>
More information about the llvm-commits
mailing list