From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.1472.1580856576484930115 for ; Tue, 04 Feb 2020 14:49:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=RxD83ctE; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580856575; 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=0NDmVzxXOJ8/H9OpM+XaaXUR+XIO7frAld1JCU+jxp0=; b=RxD83ctE2Tw9TjkYZ+4QZ/C0IMDUtejEWpl46ganAioAh+f8AY4GGrbTvojL5R+D2kxWN/ tv7qietB0LnSEDSxT1CXCYGjHOKGzlKfBErJCF+a+yGCTk7CPiRT4ZE5niOshgARQ3fC84 JC7yo90EPLnz11FUJwxbKlCs22F1fJs= 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-299-dU8shoanNZa5QK-rnU6QfA-1; Tue, 04 Feb 2020 17:49:33 -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 73FAC108442A; Tue, 4 Feb 2020 22:49:32 +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 070707FB79; Tue, 4 Feb 2020 22:49:30 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Bob Feng , Liming Gao Subject: [PATCH 3/3] BaseTools/Scripts: Add log.mailmap to SetupGit.py Date: Tue, 4 Feb 2020 23:49:16 +0100 Message-Id: <20200204224916.11320-4-philmd@redhat.com> In-Reply-To: <20200204224916.11320-1-philmd@redhat.com> References: <20200204224916.11320-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: dU8shoanNZa5QK-rnU6QfA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Philippe Mathieu-Daud=C3=A9 We added .mailmap to the repository in commit 4a1aeca3bd02d04e01c2d to display commit mistakes fixed. Use this option by default in our git setup. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Philippe Mathieu-Daude --- BaseTools/Scripts/SetupGit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseTools/Scripts/SetupGit.py b/BaseTools/Scripts/SetupGit.py index 514f1c4d42d4..e320ba2f887e 100644 --- a/BaseTools/Scripts/SetupGit.py +++ b/BaseTools/Scripts/SetupGit.py @@ -74,6 +74,7 @@ OPTIONS =3D [ {'section': 'format', 'option': 'coverLetter', 'value': Tru= e}, {'section': 'format', 'option': 'numbered', 'value': Tru= e}, {'section': 'format', 'option': 'signoff', 'value': Fal= se}, + {'section': 'log', 'option': 'mailmap', 'value': Tru= e}, {'section': 'notes', 'option': 'rewriteRef', 'value': 're= fs/notes/commits'}, {'section': 'sendemail', 'option': 'chainreplyto', 'value': Fal= se}, {'section': 'sendemail', 'option': 'thread', 'value': Tru= e}, --=20 2.21.1