]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/Scripts/PatchCheck.py: Do not use mailmap
authorPhilippe Mathieu-Daude <philmd@redhat.com>
Tue, 4 Feb 2020 22:49:14 +0000 (06:49 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 6 Feb 2020 13:16:09 +0000 (13:16 +0000)
commitc37cce7a843dd8a77aa449b4763fd71c08837f81
treee0e88b1fd3c7e9ba2d840caec3e9b2695df62854
parent38ed2ff3dd4edebbdcd1ae7da471464b663a2e21
BaseTools/Scripts/PatchCheck.py: Do not use mailmap

We check the author/committer name/email are properly displayed
since commits 8ffa47fb3ab..c0328cf3803. However if PatchCheck.py
uses the mailmap, it will check sanitized names/emails.
Use the --no-use-mailmap option so PatchCheck.py will check
unsanitized input.

Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/PatchCheck.py