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.web09.2290.1575631614997793887 for ; Fri, 06 Dec 2019 03:26:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QC82SYQh; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575631614; 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=HiIYEPCvtB/VBOe0WP5Btn3oBa8EXO7SCq0DVfJ+AZI=; b=QC82SYQhRaEf64flAihAmNpj+XTBF3SlyB8nMiuw9G2IQ9+xHaE2UgjHw1FSPDnHHvjSQm j7rrSf3eH7sjvo/XMFsJaS9fb2DNWFzPrnFnbiQvta7uC3Xj49u7/XIopWTD69r/r+NIOG 87qbRSFao2NuRboK8TNrTR3YCHo2RM0= 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-203-ChrIXPcHO4egj5XNBCf8Ww-1; Fri, 06 Dec 2019 06:26:50 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DB820800D54; Fri, 6 Dec 2019 11:26:49 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-212.brq.redhat.com [10.40.204.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B7C9E19C4F; Fri, 6 Dec 2019 11:26:48 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , Alexei Fedorov Subject: [PATCH v2 002/105] .mailmap: Add an entry for Alexei Fedorov Date: Fri, 6 Dec 2019 12:24:55 +0100 Message-Id: <20191206112638.23175-3-philmd@redhat.com> In-Reply-To: <20191206112638.23175-1-philmd@redhat.com> References: <20191206112638.23175-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: ChrIXPcHO4egj5XNBCf8Ww-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We use .mailmap to display contributors email addresses in an uniform format. Add an entry for Alexei Fedorov to have his name and email address displayed properly in the git history. Cc: Alexei Fedorov 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 Alexei Fedorov doesn't give his approval, by replying to this patch with: Reviewed-by: Alexei Fedorov If you think this patch is inappropriate, you don't need to justify, reply with: NAcked-by: Alexei Fedorov 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index 6d88189a58d4..454fa1281f70 100644 --- a/.mailmap +++ b/.mailmap @@ -9,3 +9,6 @@ # # Firstname Lastname # + +Alexei Fedorov +Alexei Fedorov --=20 2.21.0