From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web09.3047.1575636248020747656 for ; Fri, 06 Dec 2019 04:44:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=if2JXw5J; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575636247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e3FvTfSJZPyQzraSn86OIUHBroSR7JOTPfZvmExXVCE=; b=if2JXw5J2gP65iazhEf2UkhS6viCO8d82D56UD0+kFhEuP5a4gaDHaEYaStB78UTTDS3N0 nVzWKvaBX+bNSIUh1++5JcJPt/pK5mazWHZwDDiP+G67ZyOPvXDSnM2vXZv/zs+2zw6TNh n20bG5yJLVEGLbQZt2qA0SSSq5E1kZU= 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-152-_BMy_DzoO-iNvlPfza4_9Q-1; Fri, 06 Dec 2019 07:44:05 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 11A10593B5 for ; Fri, 6 Dec 2019 12:44:05 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-235.ams2.redhat.com [10.36.116.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id BD1EA694A3; Fri, 6 Dec 2019 12:44:01 +0000 (UTC) Subject: Re: [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek To: Philippe Mathieu-Daude , devel@edk2.groups.io References: <20191206112638.23175-1-philmd@redhat.com> <20191206112638.23175-44-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <0ab81ec8-e843-c35e-888b-2e7de16f20d3@redhat.com> Date: Fri, 6 Dec 2019 13:44:00 +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: <20191206112638.23175-44-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: _BMy_DzoO-iNvlPfza4_9Q-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 12/06/19 12:25, Philippe Mathieu-Daude wrote: > We use .mailmap to display contributors email addresses in an > uniform format. > > Add an entry for Laszlo Ersek to have his name and email address > displayed properly in the git history. > > Cc: Laszlo Ersek > Signed-off-by: Philippe Mathieu-Daude > --- > [Due to MTA restricting the recipient list to 100, I can not Cc all the > named developers in the cover. Therefore I'm adapting the explaination > from the cover in each patch] > > This patch won't get merged if Laszlo Ersek doesn't give his > approval, by replying to this patch with: > Reviewed-by: Laszlo Ersek > > If you think this patch is inappropriate, you don't need to justify, > reply with: > NAcked-by: Laszlo Ersek > or simply: > NACK > > If your Firstname Lastname order is incorrect, tell me and I will fix it. > > You can also ignore this mail, but I might resend it and keep bothering > you. > > Regards, > > Phil. > --- > .mailmap | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.mailmap b/.mailmap > index 32b9f764d065..64cecd6e00f9 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -88,3 +88,5 @@ Jordan Justen Jordan Justen > Jordan Justen > Ken Lu > +Laszlo Ersek > +Laszlo Ersek > Reviewed-by: Laszlo Ersek Thanks! Laszlo