audk/BaseTools/Scripts
Philippe Mathieu-Daude c0328cf380 BaseTools/PatchCheck.py: Check the patch author email address
To avoid patches committed with incorrect email address,
use the EmailAddressCheck class on the author email too.

Example:

  $ python BaseTools/Scripts/PatchCheck.py 1a04951309
  Checking git commit: 1a04951309
  The 'Author' email address is not valid:
  * The email address cannot contain a space: /o=Intel/ou=External \
    (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
2020-01-10 04:06:42 +00:00
..
PackageDocumentTools
BinToPcd.py
ConvertFceToStructurePcd.py BaseTools: correct line endings for ConvertFce Python script 2019-10-04 11:18:22 +01:00
ConvertMasmToNasm.py
ConvertUni.py
DetectNotUsedItem.py
FormatDosFiles.py BaseTools:"--exclude" don't apply if parameter ends with separator 2019-09-27 08:17:55 +08:00
GccBase.lds
GetMaintainer.py BaseTools: add GetMaintainer.py script 2019-07-24 17:45:55 +01:00
GetUtcDateTime.py BaseTools/Scripts: Add GetUtcDateTime script. 2019-08-15 15:49:11 +08:00
MemoryProfileSymbolGen.py
PatchCheck.py BaseTools/PatchCheck.py: Check the patch author email address 2020-01-10 04:06:42 +00:00
RunMakefile.py
RunMakefileSample.mak
Rvct-Align4K.sct
Rvct-Align32.sct
SetVisualStudio.bat
SetupGit.py BaseTools/Scripts: Add sendemail.transferEncoding to SetupGit.py 2019-12-24 08:31:20 +00:00
ShowEnvironment.bat
SmiHandlerProfileSymbolGen.py
UpdateBuildVersions.py