[llvm] add me to mailmap (PR #126226)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 02:58:01 PST 2025
https://github.com/klensy created https://github.com/llvm/llvm-project/pull/126226
Should add ability for buildbot to find proper mail.
https://github.com/buildbot/buildbot/blob/f1a84bbe5555a40b3fb4f04707fe6398aed4c092/master/buildbot/changes/gitpoller.py#L418
At least buildbot parses user names and mails with respect to mailmap.
>From 716d6ebf987c01c78ccea3e5df72d36e55e002fb Mon Sep 17 00:00:00 2001
From: klensy <nightouser at gmail.com>
Date: Fri, 7 Feb 2025 13:52:47 +0300
Subject: [PATCH] add me to mailmap, should fix github stub name for buildbot
---
.mailmap | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.mailmap b/.mailmap
index 851394b3e9dca1a..f5b220f892fcea8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -38,6 +38,8 @@ Jianjian GUAN <jacquesguan at me.com> <Jianjian.Guan at streamcomputing.com>
Jon Roelofs <jonathan_roelofs at apple.com> <jonathan at codesourcery.com>
Jon Roelofs <jonathan_roelofs at apple.com> <jroelofs at jroelofs.com>
Jonathan Thackray <jonathan.thackray at arm.com> <jthackray at users.noreply.github.com>
+klensy <nightouser at gmail.com>
+klensy <nightouser at gmail.com> <klensy at users.noreply.github.com>
LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Martin Storsjö <martin at martin.st>
Med Ismail Bennani <ismail at bennani.ma> <m.i.b at apple.com>
More information about the llvm-commits
mailing list