[PATCH] D108079: Simplify a .mailmap entry

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 14 15:02:55 PDT 2021


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

The old entry mapped the email address `<compnerd at compnerd.org>` to user name `Saleem Abdulrasool` and email address `<compnerd at compnerd.org>`. Since the two addresses are identical, that's a needless detail.

The new entry just maps email address `<compnerd at compnerd.org>` to user name `Saleem Abdulrasool`.

No behavior change.


https://reviews.llvm.org/D108079

Files:
  .mailmap


Index: .mailmap
===================================================================
--- .mailmap
+++ .mailmap
@@ -32,4 +32,4 @@
 Jon Roelofs <jonathan_roelofs at apple.com> <jroelofs at jroelofs.com>
 LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
 Martin Storsjö <martin at martin.st>
-Saleem Abdulrasool <compnerd at compnerd.org> <compnerd at compnerd.org>
+Saleem Abdulrasool <compnerd at compnerd.org>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108079.366462.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210814/3b9aa486/attachment.bin>


More information about the llvm-commits mailing list