From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.3941.1578059406716133533 for ; Fri, 03 Jan 2020 05:50:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Ag63N+sd; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578059405; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X2Ix9RcM40RtvlywJhQaM0cg8qX2Jh1X0VufVYny7pI=; b=Ag63N+sd9t+OAoNji3AVA98ccQB7Sr5RT1s2DpJipbGBTfua0JBw6qVQVlnubhwh7WXn3w QqV55JgEXJ/RPKm4/JAqTz8psbPUT+r3TRk135UWGHfJSP/Z9WoWYVCriUoiTy8F7FBDti j+PosMm04moW9xMtKmtOV3Cg0YvVIsk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-247-vd5ktK3_NgCq29hX2eg7CA-1; Fri, 03 Jan 2020 08:50:04 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7F8051800D42; Fri, 3 Jan 2020 13:50:03 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-245.ams2.redhat.com [10.36.116.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB1CC19E9C; Fri, 3 Jan 2020 13:49:59 +0000 (UTC) Subject: =?UTF-8?B?UmU6IFtQQVRDSCB2MyAyNC8zMl0gLm1haWxtYXA6IEFkZCBhbiBlbnRyeSBmb3IgUGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: Philippe Mathieu-Daude , devel@edk2.groups.io Cc: Leif Lindholm , Michael D Kinney , Andrew Fish References: <20200102192345.14600-1-philmd@redhat.com> <20200102192345.14600-25-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <29a998c8-eaa6-4296-7307-771f1e1ddcbb@redhat.com> Date: Fri, 3 Jan 2020 14:49:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200102192345.14600-25-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: vd5ktK3_NgCq29hX2eg7CA-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/02/20 20:23, Philippe Mathieu-Daude wrote: > We use .mailmap to display contributors email addresses in an > uniform format. >=20 > Add an entry for Philippe Mathieu-Daud=C3=A9 to have his/her name and > email address displayed properly in the git history. >=20 > Signed-off-by: Philippe Mathieu-Daude > --- > .mailmap | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/.mailmap b/.mailmap > index 2960aabaa1cc..9082d9912acf 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -51,3 +51,4 @@ Michael Kubacki > Michael Kubacki > Ming Tan > Nikolai Saoukh > +Philippe Mathieu-Daud=C3=A9 >=20 Reviewed-by: Laszlo Ersek