From patchwork Thu Feb 20 02:24:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "brian m. carlson" X-Patchwork-Id: 11393067 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A5A3817EF for ; Thu, 20 Feb 2020 02:24:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7BAEA24673 for ; Thu, 20 Feb 2020 02:24:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="WU5obRMH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727648AbgBTCYh (ORCPT ); Wed, 19 Feb 2020 21:24:37 -0500 Received: from injection.crustytoothpaste.net ([192.241.140.119]:36864 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727370AbgBTCYh (ORCPT ); Wed, 19 Feb 2020 21:24:37 -0500 Received: from camp.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:b610:a2f0:36c1:12e3]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id 1B9706079B; Thu, 20 Feb 2020 02:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1582165476; bh=x6L+iTpAy3iVbbRDBWTz5ODDwRuokTKLNPNkE+nAkS4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From:Reply-To: Subject:Date:To:CC:Resent-Date:Resent-From:Resent-To:Resent-Cc: In-Reply-To:References:Content-Type:Content-Disposition; b=WU5obRMHgr8/ZZ/cuNHtEJ5EzCaRX1KXSQVzoXw6Q5wdJcedZIbDUZNdXLG1BIfro iaTEcWZBtWadeoktJV7MccG3F0rD1dGjf7RPv79H5SEswR8e1/nsWdOqvucshvTypZ FgqiVitUaq5bSlLjoHyEXXyHzONLMdWxM86RafKArK9VDxGiYxGxOeMCE+F3LtwCW4 zKtLycY2b/3k92S9/SkGEwgGN7xOr5OXb8jHCA8ruqCr/oqBtLR40AzpBR3dNcT/2w gVxb6EtPAdh/Go7i4Et3oGDNwRYAGdUVvfphNQAlQgwQMgOvAxYg93vbAfaor/3X7w ET6RiYLflmGJtS2PApNvz1XNuAFaR4xZFha9bwGOjUluvTBKkGzWzdNAhiR4aZRsUT WPYiGcU7R+OKiEy5Xcor4waMOCFY9I6IPcTSCzBzBW0Do5NbrRwWrWCLEsuHi5Tlcj zBpoh2tGSHyLR18Zu3FPja9m6LIRAUqW8NMm4AQGXqmjuxRswX1 From: "brian m. carlson" To: Cc: Jeff King Subject: [PATCH v2 1/5] mailmap: add an additional email address for brian m. carlson Date: Thu, 20 Feb 2020 02:24:09 +0000 Message-Id: <20200220022413.258026-2-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.25.1.481.gfbce0eb801 In-Reply-To: <20200220022413.258026-1-sandals@crustytoothpaste.net> References: <20200220022413.258026-1-sandals@crustytoothpaste.net> MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: brian m. carlson To more accurately track the provenance of contributions, brian uses a work email address for commits created at work. Add this email address to .mailmap so that contributions are properly attributed to the same person. Signed-off-by: brian m. carlson --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 73fd92e192..bde7aba756 100644 --- a/.mailmap +++ b/.mailmap @@ -31,6 +31,7 @@ Brandon Casey Brandon Williams brian m. carlson brian m. carlson +brian m. carlson Bryan Larsen Bryan Larsen Cheng Renquan