[PATCH] D103360: Add a toplevel .mailmap file

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 29 09:20:54 PDT 2021


thakis created this revision.
thakis added a reviewer: jdoerfert.
thakis requested review of this revision.

See "Proposal: Adding a toplevel .mailmap file" on llvm-dev:
https://lists.llvm.org/pipermail/llvm-dev/2021-May/150741.html


https://reviews.llvm.org/D103360

Files:
  .mailmap


Index: .mailmap
===================================================================
--- /dev/null
+++ .mailmap
@@ -0,0 +1,10 @@
+# This file allows mapping several author and committer email addresses and
+# names to a single canonical one for `git shortlog` or `git log --author`.
+#
+# 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.348636.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210529/0f8b4503/attachment.bin>


More information about the llvm-commits mailing list