From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.groups.io with SMTP id smtpd.web11.5336.1571234988441821939 for ; Wed, 16 Oct 2019 07:09:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: philmd@redhat.com) 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 mx1.redhat.com (Postfix) with ESMTPS id E8E1930ADBB1; Wed, 16 Oct 2019 14:09:47 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.172]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3DFC45B681; Wed, 16 Oct 2019 14:09:43 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: Leif Lindholm , devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Laszlo Ersek , Philippe Mathieu-Daude Subject: [PATCH 0/3] BaseTools: Add a script to use with 'git-send-email --cc-cmd' Date: Wed, 16 Oct 2019 16:09:37 +0200 Message-Id: <20191016140940.18844-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 16 Oct 2019 14:09:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, This series contains trivial fixes to the GetMaintainer.py script, then adds a new script which allow git-send-email to automatically fills the email addresses relevant to each patch, using the new Maintainer.txt format (with the GetMaintainer.py script). I sent this series adding: [sendemail] ccCmd =3D /home/phil/source/edk2/BaseTools/Scripts/GitCcCmd.sh To my /home/phil/source/edk2/.git/config The sendemail.ccCmd entry is documented here: https://git-scm.com/docs/git-send-email#Documentation/git-send-email.txt-= --cc-cmdltcommandgt Regards, Phil. Philippe Mathieu-Daud=C3=A9 (3): BaseTools: Let the GetMaintainer.py script be executable BaseTools: Add '--quiet' option to GetMaintainer.py script BaseTools: Add script to help git-send-email pick addresses to cc BaseTools/Scripts/GetMaintainer.py | 9 +++++-- BaseTools/Scripts/GitCcCmd.sh | 38 ++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) mode change 100644 =3D> 100755 BaseTools/Scripts/GetMaintainer.py create mode 100755 BaseTools/Scripts/GitCcCmd.sh --=20 2.21.0