From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FCABC4332F for ; Wed, 12 Oct 2022 15:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229956AbiJLPzz convert rfc822-to-8bit (ORCPT ); Wed, 12 Oct 2022 11:55:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbiJLPzx (ORCPT ); Wed, 12 Oct 2022 11:55:53 -0400 Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3BCA13E81 for ; Wed, 12 Oct 2022 08:55:51 -0700 (PDT) Received: from omf02.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay08.hostedemail.com (Postfix) with ESMTP id BA264141358; Wed, 12 Oct 2022 15:55:50 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA id 94DE980013; Wed, 12 Oct 2022 15:55:48 +0000 (UTC) Message-ID: Subject: Re: [PATCH] mailmap: update Dan Carpenter's email address From: Joe Perches To: Dan Carpenter , Andrew Morton Cc: linux-kernel@vger.kernel.org Date: Wed, 12 Oct 2022 08:55:47 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.44.4 (3.44.4-2.fc36) MIME-Version: 1.0 X-Stat-Signature: xyncceck48g5z9yz1xw6u3qtd671g5if X-Rspamd-Server: rspamout06 X-Rspamd-Queue-Id: 94DE980013 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX19nsQFeGkp8mmjOTIafQftOK4vMoAT3Dcw= X-HE-Tag: 1665590148-386166 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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