From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web09.1503.1580856572425549375 for ; Tue, 04 Feb 2020 14:49:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KmValH9B; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580856571; 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; bh=DqXuCWdJfoglnAb4iWUeNdBUeIlHr4WDmGLjmDRcrMc=; b=KmValH9BAuO60dxHyy+fpcIY8/9Eie+Qd62hTSoF8reORsdIQTvNOIQxUs1VK533QK5rpC z5Xk1dV+phiMZSkgOGj15ME7qY3bp8L4/ECfNIRCVweeXij6o29IOaY6Aog0DOrbhVUW6x 0eeC1f7ETrR08KS8phtDrNNNuQd5YPM= 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-360-s5lU2nTRM6mjeqrXFDi3rw-1; Tue, 04 Feb 2020 17:49:26 -0500 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 7D36A8014CD; Tue, 4 Feb 2020 22:49:25 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-152.brq.redhat.com [10.40.204.152]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C84317FB79; Tue, 4 Feb 2020 22:49:20 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , Bob Feng , Liming Gao Subject: [PATCH 0/3] BaseTools/Scripts: .mailmap improvements Date: Tue, 4 Feb 2020 23:49:13 +0100 Message-Id: <20200204224916.11320-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: s5lU2nTRM6mjeqrXFDi3rw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, 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. Regards, Phil. Cc: Bob Feng Cc: Liming Gao 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 BaseTools/Scripts/PatchCheck.py | 10 ++++++++-- BaseTools/Scripts/SetupGit.py | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) --=20 2.21.1