From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web10.2338.1600357929360645083 for ; Thu, 17 Sep 2020 08:52:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ObvssxKC; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600357928; 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=WWV3v5vKhJmM6hgXkE5BPVX3Q8xR/rJI+psY+pN7DEg=; b=ObvssxKCbUqIGxdWyDo5eFaG0Ni9mUBw0Wgk40d30t8KBOHBdIUVh3stbZ9PyhCXAbgrcJ bQ1/Dt6L/cYBFsJCG60j0rcQxre9cyDEBFbmb1LqrlBHDMkz/ti8ONm39eUmCiCnF8QFCs UtLsJ4qqmC7niFEKTeVjlXyKMfXfkWo= 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-127-wtTQ9TmGOiyJzFKfwMiFsg-1; Thu, 17 Sep 2020 11:52:06 -0400 X-MC-Unique: wtTQ9TmGOiyJzFKfwMiFsg-1 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 975438BF14C; Thu, 17 Sep 2020 15:52:05 +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 D561599140; Thu, 17 Sep 2020 15:52:04 +0000 (UTC) Subject: Re: [PATCH 22/22] .mailmap: add entries for Rebecca Cran To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , edk2-devel-groups-io Cc: Rebecca Cran References: <20200907193102.30535-1-lersek@redhat.com> <20200907193102.30535-23-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: <13dc198c-f158-1a65-57fb-19932b837a04@redhat.com> Date: Thu, 17 Sep 2020 17:52:04 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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:56, Philippe Mathieu-Daudé wrote: > On 9/7/20 9:31 PM, Laszlo Ersek wrote: >> ... for git-shortlog purposes. >> >> NOTE: this patch does not introduce a cross-domain mapping; it only maps >> both email addresses of Rebecca to the full name "Rebecca Cran". >> >> Cc: Philippe Mathieu-Daudé >> Cc: Rebecca Cran >> Signed-off-by: Laszlo Ersek >> --- >> .mailmap | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/.mailmap b/.mailmap >> index e6587ae6f54c..739c644f0c0a 100644 >> --- a/.mailmap >> +++ b/.mailmap >> @@ -77,6 +77,8 @@ Ray Ni >> Ray Ni >> Ray Ni >> Ray Ni >> +Rebecca Cran >> +Rebecca Cran > > Also: > > Rebecca Cran > Rebecca Cran Rebecca Cran via edk2-devel > > >> Samer El-Haj-Mahmoud >> Samer El-Haj-Mahmoud >> Shenglei Zhang >> > Thanks! Laszlo