From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web10.1532.1600356106044605407 for ; Thu, 17 Sep 2020 08:21:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Z1F7AakD; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600356105; 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=w50rGWlDDedXtIDEWDJBmsJVsdt94rExcvfZTsX+bOE=; b=Z1F7AakDFzkREjPYpI197ZmoQI4PWSm4KlV8VDUS08UEGdXRW5Sa+cMDXpz1OjzHJjEkgI 4f/oeXbvXZK694zZTwo0wHRdkFsSre9uKPNSYkFjDJBdAzfrrq0LeeywyVzf0Mf6XEPLzT 2dYxY0Pup6KvZuu+Ax44KQ2BO7KWaHs= 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-526-rIgP_HgENHCco_YUy0-wdA-1; Thu, 17 Sep 2020 11:21:43 -0400 X-MC-Unique: rIgP_HgENHCco_YUy0-wdA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 797891007478; Thu, 17 Sep 2020 15:21:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-232.ams2.redhat.com [10.36.113.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id A88A26115F; Thu, 17 Sep 2020 15:21:41 +0000 (UTC) Subject: Re: [PATCH 04/22] .mailmap: add entries for Guo Dong To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , edk2-devel-groups-io Cc: Guo Dong References: <20200907193102.30535-1-lersek@redhat.com> <20200907193102.30535-5-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 17 Sep 2020 17:21:40 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US On 09/17/20 16:48, Philippe Mathieu-Daudé wrote: > On 9/7/20 9:30 PM, Laszlo Ersek wrote: >> ... for git-shortlog purposes. >> >> Cc: Guo Dong >> Cc: Philippe Mathieu-Daudé >> Signed-off-by: Laszlo Ersek >> --- >> .mailmap | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/.mailmap b/.mailmap >> index 38cfec35c70e..8ed1d77c9220 100644 >> --- a/.mailmap >> +++ b/.mailmap >> @@ -25,6 +25,8 @@ Eric Dong >> Erik Bjorge >> Eugene Cohen >> Eugene Cohen >> +Guo Dong >> +Guo Dong > > Also: > > Guo Dong > Guo Dong > >> Hao A Wu >> Hao A Wu >> Hot Tian >> > True, thanks! Laszlo