From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 4D3951F45E for ; Fri, 14 Feb 2020 23:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727926AbgBNXII (ORCPT ); Fri, 14 Feb 2020 18:08:08 -0500 Received: from injection.crustytoothpaste.net ([192.241.140.119]:32950 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727529AbgBNXII (ORCPT ); Fri, 14 Feb 2020 18:08:08 -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 E3E6360799; Fri, 14 Feb 2020 23:08:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1581721687; 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=1XEkjrCK1noc7lOrebhTv2Nv4N0CWBMpcD24kk2vJRNoU954JS0OwnxDLWm/hb1vB srTmDh6hPMV9OCL5f2AZghge4JJ3yZhbXHpAQ9tR6/n+hwSy0UmxpONdL2bvMEfZxQ c/9ApUXxEjXAWVlvlhayxHlTYfFclR/caRHhvZsfYllM0CsbP/QibSJWJKLCCMsw5W 69Vqyg+gwknjvDbAfeeS30fsSeecBuPGokXfp4l1UHvhlAE7Z9nF75camxhatlQG+a vFmXhA7dWIsG3QduXl0byHpLySVgCSv2Dy9IZKvlmSONgDf8Wt0hqyzxnlMeJKTESJ Ub1X0rP92BCwwI/zU9KOjYWqTFbr7KoFgoTzQi+4zMibI33q09COLeSSoZcmHYTcxk ucsQ1Gez+neW9DNg1yMMmaFZVNBg4M74qB+8yRkf1fohkQlpQqfIUV3bTn8Iq57IMW 31umzBp1Ie93sVeCcqFQc4i4+TAYWhLXsJt98OOEqAzvXz8Qwd4 From: "brian m. carlson" To: Cc: Jeff King Subject: [PATCH 1/3] mailmap: add an additional email address for brian m. carlson Date: Fri, 14 Feb 2020 22:59:27 +0000 Message-Id: <20200214225929.541306-2-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.25.0.265.gbab2e86ba0 In-Reply-To: <20200214225929.541306-1-sandals@crustytoothpaste.net> References: <20200214225929.541306-1-sandals@crustytoothpaste.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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