From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Liming Gao <liming.gao@intel.com>,
Bob Feng <bob.c.feng@intel.com>,
devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>
Subject: [PATCH v3 0/4] BaseTools/PatchCheck: Check committer/author email addresses
Date: Thu, 9 Jan 2020 11:49:14 +0100 [thread overview]
Message-ID: <20200109104918.29750-1-philmd@redhat.com> (raw)
Last month I cleaned the git-history incorrect email
addresses: https://edk2.groups.io/g/devel/message/51834
but today I noticed more incorrect addresses got committed
(see caa917491a4..33a3293651).
To avoid having the same cleanup in the future, fix the
problem once for all by having PatchCheck doing this
automatically (on merge).
Since we already have code to check email address in
PatchCheck, factor the code out to reuse it, and
add checks for committer/author addresses.
Series only tested on Linux.
Since v2 [1]:
- Add 2020 Copyright notice in header
- Add Bob Feng Reviewed-by tag
Since v1 [2]:
- Addressed Jordan Justen review comment
[1] https://edk2.groups.io/g/devel/message/52656
[2] https://edk2.groups.io/g/devel/message/52885
Philippe Mathieu-Daudé (4):
BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck
BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checked
BaseTools/PatchCheck.py: Check the patch author email address
BaseTools/PatchCheck.py: Check the committer email address
BaseTools/Scripts/PatchCheck.py | 100 ++++++++++++++++++++++----------
1 file changed, 70 insertions(+), 30 deletions(-)
--
2.21.1
next reply other threads:[~2020-01-09 10:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-09 10:49 Philippe Mathieu-Daudé [this message]
2020-01-09 10:49 ` [PATCH v3 1/4] BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheck Philippe Mathieu-Daudé
2020-01-09 10:49 ` [PATCH v3 2/4] BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checked Philippe Mathieu-Daudé
2020-01-09 10:49 ` [PATCH v3 3/4] BaseTools/PatchCheck.py: Check the patch author email address Philippe Mathieu-Daudé
2020-01-09 10:49 ` [PATCH v3 4/4] BaseTools/PatchCheck.py: Check the committer " Philippe Mathieu-Daudé
2020-01-09 10:54 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200109104918.29750-1-philmd@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox