]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/Scripts: Allow GitHub ID at end Maintainers.txt lines
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 8 Jul 2021 00:01:57 +0000 (17:01 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 22 Jul 2021 07:06:48 +0000 (07:06 +0000)
commit28ef05ce1084822c46f95c91de78435b15c5f9b0
tree38b54da0b2baeb347bb215d9ace119aaf0910151
parent8781b143dea610ac568bf1c392ccdf9dc5659ee9
BaseTools/Scripts: Allow GitHub ID at end Maintainers.txt lines

* Update GetMaintainer.py to support an optional GitHub ID at the
  end of maintainer and reviewer lines.
* Remove contents after email address from standard output
* Fix minor issue in --lookup to convert file path separators
  from '\' to '/' to be compatible with regular expression
  file matching.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/GetMaintainer.py