From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E262AA04DC; Tue, 20 Oct 2020 15:07:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E049BA94; Tue, 20 Oct 2020 15:07:38 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CA217BA92 for ; Tue, 20 Oct 2020 15:07:35 +0200 (CEST) IronPort-SDR: VC97j1fSFqcxW+vOkg3t0s30OJ6Urqhu0Msoa/ozVRbgQ1cfHBmLKGo56togJ3FiLLHFfkYk4I 4fzNcZ/0KGsQ== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="228834343" X-IronPort-AV: E=Sophos;i="5.77,397,1596524400"; d="scan'208";a="228834343" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2020 06:07:33 -0700 IronPort-SDR: QxqPsdlkqFoEpOwnIGPu9XSWcFiYkJB/OXbV96dIFhZH01Xm5d/Di38vLThV98XNsh7FSmrCqK Yktyy+IcUKIw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,397,1596524400"; d="scan'208";a="465923968" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by orsmga004.jf.intel.com with ESMTP; 20 Oct 2020 06:07:31 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Tue, 20 Oct 2020 14:07:22 +0100 Message-Id: <20201020130722.304989-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] mailmap: add a mailmap file to DPDK X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Since a number of contributors to DPDK have submitted patches to DPDK under more than one email address, we should maintain a mailmap file to properly track their commits using "shortlog". It also helps fix up any mangled names, for example, with surname/firstname reversed, or with incorrect capitalization. Signed-off-by: Bruce Richardson --- while this list is almost certainly incomplete, this should serve as a reasonable start-point for building a more complete one. --- .mailmap | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..720107c7b --- /dev/null +++ b/.mailmap @@ -0,0 +1,15 @@ +Anatoly Burakov +Bruce Richardson +Chas Williams <3chas3@gmail.com> +David Marchand +Harish Patil +Hemant Agrawal +Jerin Jacob +Jingjing Wu +Luca Boccassi +Ori Kam +Pablo De Lara +Rahul Shah +Stephen Hemminger +Thomas Monjalon +Yuanhan Liu -- 2.25.1