[PATCH] mailmap: update Dan Carpenter's email address

Dan Carpenter posted 1 patch 3 years, 5 months ago
.mailmap | 1 +
1 file changed, 1 insertion(+)
[PATCH] mailmap: update Dan Carpenter's email address
Posted by Dan Carpenter 3 years, 5 months ago
My time at Oracle is ending at the end of the month.  Update my email
address accordingly.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
It's sort of unfortunate that this changes the output of git log.  I
wish there were a way to update get_maintainer.pl output without
affecting the log.

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 380378e2db36..b4e7511121f0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -104,6 +104,7 @@ Christoph Hellwig <hch@lst.de>
 Colin Ian King <colin.i.king@gmail.com> <colin.king@canonical.com>
 Corey Minyard <minyard@acm.org>
 Damian Hobson-Garcia <dhobsong@igel.co.jp>
+Dan Carpenter <error27@gmail.com> <dan.carpenter@oracle.com>
 Daniel Borkmann <daniel@iogearbox.net> <danborkmann@googlemail.com>
 Daniel Borkmann <daniel@iogearbox.net> <danborkmann@iogearbox.net>
 Daniel Borkmann <daniel@iogearbox.net> <daniel.borkmann@tik.ee.ethz.ch>
-- 
2.35.1
Re: [PATCH] mailmap: update Dan Carpenter's email address
Posted by Joe Perches 3 years, 5 months ago
On Wed, 2022-10-12 at 16:19 +0300, Dan Carpenter wrote:
> My time at Oracle is ending at the end of the month.  Update my email
> address accordingly.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> ---
> It's sort of unfortunate that this changes the output of git log.  I
> wish there were a way to update get_maintainer.pl output without
> affecting the log.

There is a --no-mailmap command line option switch both for
git log and get_maintainer