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.web11.15490.1599552530241913242 for ; Tue, 08 Sep 2020 01:08:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FPzfD0/g; 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=1599552529; 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=f2TQowUKRAO7GfDTxr+O0eS7guacbCowFndUge6C5G4=; b=FPzfD0/gYzTxBjMsqh0Z+VVL6MZsuDuyhsQzWMjTNsQMyMd/SizWWxz5ZaX7E2wuXQs+pe vvHOWKTAxzWqxxmQ/gd+SaNs6QoezpkUUbvBx0nA9gFMUWpBVHRqK5CsjhB0Y48jUksU/4 +C83UirAiX/OA2lACjRyQVuEoJwDPno= 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-570-ju5AhN59PmuUdw-0O6epJQ-1; Tue, 08 Sep 2020 04:08:43 -0400 X-MC-Unique: ju5AhN59PmuUdw-0O6epJQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E867318B9ECB; Tue, 8 Sep 2020 08:08:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-122.ams2.redhat.com [10.36.112.122]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC8825D9D3; Tue, 8 Sep 2020 08:08:41 +0000 (UTC) Subject: Re: [PATCH 22/22] .mailmap: add entries for Rebecca Cran To: Rebecca Cran , edk2-devel-groups-io Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= References: <20200907193102.30535-1-lersek@redhat.com> <20200907193102.30535-23-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: <95c0df5a-79fe-2690-8533-b327805b5735@redhat.com> Date: Tue, 8 Sep 2020 10:08:40 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.003 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Hello Rebecca, On 09/08/20 00:15, Rebecca Cran wrote: > On 9/7/20 1: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". > > I'm no longer using the bluestop.org email address for EDK2 mail, That's irrelevant for the purpose of this patch series -- it targets commits that you contributed in the past. When checking a git-shortlog for a particular commit range, if you have contributed during that time from multiple email addresses, it's strongly preferable to collect them all under your real name Rebecca Cran. Consider the following command: $ git shortlog edk2-stable201905..edk2-stable202008 Without this patch (set), it prints (excerpt): > Rebecca Cran (15): > OvmfPkg/build.sh: enable multitheaded build by default > OvmfPkg/build.sh: remove $ADD_QEMU_HDA > OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu > OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones > OvmfPkg: Add bhyve support into AcpiTimerLib > OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.h > OvmfPkg: Add QemuFwCfgLibNull > OvmfPkg: Add BaseResetSystemLibBhyve > BaseTools: add repo name option to SetupGit.py > ShellPkg: smbiosview - print field values as unsigned integers > BaseTools: Update ReadMe.txt to match current functionality > BaseTools: rename ReadMe.txt to ReadMe.rst > Add BhyvePkg, to support the bhyve hypervisor > Maintainers.txt: Add bhyve reviewers > OvmfPkg/Bhyve: rename files to remove 'Pkg' infix > > rebecca@bluestop.org (1): > Fix indentation in edksetup.sh SetupPython3 > > rebecca@bsdio.com (5): > edksetup.sh: Use bash variable $PWD instead of executing pwd command > edksetup.sh: Use $SCRIPTNAME consistently instead of 'edksetup.sh' > edksetup.sh: when executing arithmetic commands, $ isn't needed > edksetup.sh: remove redundant -?, -h and --help in options parsing > OvmfPkg/build.sh: remove literal carriage return With this patch, it prints: > Rebecca Cran (21): > Fix indentation in edksetup.sh SetupPython3 > edksetup.sh: Use bash variable $PWD instead of executing pwd command > edksetup.sh: Use $SCRIPTNAME consistently instead of 'edksetup.sh' > edksetup.sh: when executing arithmetic commands, $ isn't needed > edksetup.sh: remove redundant -?, -h and --help in options parsing > OvmfPkg/build.sh: enable multitheaded build by default > OvmfPkg/build.sh: remove literal carriage return > OvmfPkg/build.sh: remove $ADD_QEMU_HDA > OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu > OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones > OvmfPkg: Add bhyve support into AcpiTimerLib > OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.h > OvmfPkg: Add QemuFwCfgLibNull > OvmfPkg: Add BaseResetSystemLibBhyve > BaseTools: add repo name option to SetupGit.py > ShellPkg: smbiosview - print field values as unsigned integers > BaseTools: Update ReadMe.txt to match current functionality > BaseTools: rename ReadMe.txt to ReadMe.rst > Add BhyvePkg, to support the bhyve hypervisor > Maintainers.txt: Add bhyve reviewers > OvmfPkg/Bhyve: rename files to remove 'Pkg' infix Unless you prefer the former output, please ACK this patch. (Note that this mapping is not cross-domain, as it simply maps different (possibly historical) email addresses of yours to your real name. Cross-domain mapping would be if we replaced an *email address* with another, when displaying the commit log (such as "git-log --use-mailmap"). That is also possible with mailmap, but not what we're doing here.) > but since I'll be working on UEFI for my new job, it might be worth > adding it instead: > > > rebecca@nuviainc.com This is certainly useful -- in addition to the present patch. I can respin this one patch later, or we can add your @nuviainc.com email address separately, later on. (NB your entry in Maintainers.txt still says ; please consider updating that if necessary.) Thanks! Laszlo