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 37EC3A04DC; Tue, 20 Oct 2020 15:22:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09927BAD6; Tue, 20 Oct 2020 15:22:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id D9FC6BAC4 for ; Tue, 20 Oct 2020 15:22:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603200142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Pn3pK4X2xFuwrqMVIt1KRhnR8oew69nGIBfARZiNu8A=; b=PmE1vCC/fa1SeFM41XE64/fWvESuq0U7WAdqY0uMYkDiuJ/z07sfkNyyjTCDBpm453qptI Sy8r5otJQAFDBDuGBDxkFiVRql3X8K8aYZDcWUwtgK4PRAFEbmtS4R2IkmeTA3M3CHlc+Z 5+45V2xowe4oxVN/zyBdITgENV/BUQg= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-334-jhFs35KBMkGTPB9Hr0LTbg-1; Tue, 20 Oct 2020 09:22:20 -0400 X-MC-Unique: jhFs35KBMkGTPB9Hr0LTbg-1 Received: by mail-vs1-f72.google.com with SMTP id a143so650051vsd.1 for ; Tue, 20 Oct 2020 06:22:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Pn3pK4X2xFuwrqMVIt1KRhnR8oew69nGIBfARZiNu8A=; b=eZErMwXiYk9K9yUbfpDu4D2k7IlnyJ39m/5P++auR8TyDb+JHabQ/8atOYJRb7p7KH b2yPY1B6AF5g2RapsfP+NgdXCZR3OkbclM0bBFt3Bj8Ha1WM5/qWJoZABYyyP5l5NaaL DAYt49V1TttapTMX8MT+jxxn+Z1gfnH1c7CCw2iXjVwiHRZBaLxYCoLrUW1pPBe2O9rL J3ShiQrScstuXX+I8cVOiA3Rt3EW92+Q2jLLqQRzM8TVRaw7T0ZTz1aUC59Tnh5Yy2/y YjaHrZ1aJ68SpBPivJqhqaZ/zhnr6SIt7pkiY6rJnSPlrGRKdMZkuLcsEslUJ0BEp2rz ANCw== X-Gm-Message-State: AOAM5320qPQcH3/8UfQcbTJJ+mZwNSNHzqjFd0x/nWEcQ/8WnAF/3RRi iLjTJIVFn/m0mTe+bVRt/xkvNA8loFi5phs7pxmQMyNIw+qJWJ7QuuGYWh+lQkNn6W1KjtlBILq GczV3lzqkw3gBO1nsggY= X-Received: by 2002:ab0:200c:: with SMTP id v12mr1175198uak.53.1603200140334; Tue, 20 Oct 2020 06:22:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyhD/wuEs3tsaOx2XuIH3QulfuSDpdMt0waEEY3VKW95yYkanGbMJ8/hmwHeLSDICjiH5n8T6JTYXpzWAxYX4M= X-Received: by 2002:ab0:200c:: with SMTP id v12mr1175152uak.53.1603200140022; Tue, 20 Oct 2020 06:22:20 -0700 (PDT) MIME-Version: 1.0 References: <20201020130722.304989-1-bruce.richardson@intel.com> In-Reply-To: <20201020130722.304989-1-bruce.richardson@intel.com> From: David Marchand Date: Tue, 20 Oct 2020 15:22:09 +0200 Message-ID: To: Bruce Richardson Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [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" On Tue, Oct 20, 2020 at 3:07 PM Bruce Richardson wrote: > > 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 I started writing one some time ago. +1 > --- > > 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 +Gaetan Rivet > +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 > -- David Marchand