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.web11.1891.1580858396377491063 for ; Tue, 04 Feb 2020 15:19:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CV//xE67; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580858395; 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=R5l2y3YUv7SQVP3KPMC3IJKxLRrOqSPCrJAASGdGbQc=; b=CV//xE67nj0ZmUkCitNEC9IHMxg8ZTCdwkcod+GXCnHU8R0JvAbmdY+PRRy4Nm+LcGff6X yjtDtM62Btmb0xGFAyH/J/JWOXM42XVd19V0jkM7fkki9asriWW+cqbRqmWeyM6Bj/aOFu 5xM3DnHSOmB+PTiMSb4nhXhfMCw6GwE= 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-83-vy4Vv-qdPHeKRokfOHNf9A-1; Tue, 04 Feb 2020 18:19:51 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4BB6D1005513; Tue, 4 Feb 2020 23:19:50 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-30.ams2.redhat.com [10.36.116.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8F85D867F9; Tue, 4 Feb 2020 23:19:46 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/3] BaseTools/Scripts: .mailmap improvements To: devel@edk2.groups.io, philmd@redhat.com Cc: Bob Feng , Liming Gao References: <20200204224916.11320-1-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <07a43d03-9765-5723-af49-20aba7126131@redhat.com> Date: Wed, 5 Feb 2020 00:19:45 +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: <20200204224916.11320-1-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: vy4Vv-qdPHeKRokfOHNf9A-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/04/20 23:49, Philippe Mathieu-Daud=C3=A9 wrote: > Hi, >=20 > This series improves PatchCheck.py so Mergify can catch > the emails rewritten by the mailing list. > Also it enable mailmap usage by default in the git config. >=20 > Regards, >=20 > Phil. >=20 > Cc: Bob Feng > Cc: Liming Gao >=20 > Philippe Mathieu-Daud=C3=A9 (3): > BaseTools/Scripts/PatchCheck.py: Do not use mailmap > BaseTools/Scripts/PatchCheck.py: Detect emails rewritten by Groups.Io > BaseTools/Scripts: Add log.mailmap to SetupGit.py >=20 > BaseTools/Scripts/PatchCheck.py | 10 ++++++++-- > BaseTools/Scripts/SetupGit.py | 1 + > 2 files changed, 9 insertions(+), 2 deletions(-) >=20 Reviewed-by: Laszlo Ersek