mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Subject Check was added to PatchCheck.py to enforce that if a package was touched in a commit that it be referenced in the subject line. However, this is impractical for multipackage commits with many packages, e.g. when stack cookies were added, every package was touched, but in a rote way, and it is not reasonable to put every package in a subject line. This updates PatchCheck.py to check if ignore_multi_package is set and if so only require that package names be included in the subject if there are fewer than 3 packages touched. Otherwise, PatchCheck will require the message to start with `Global:` to indicate it touches more than 3 packages. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com> |
||
|---|---|---|
| .. | ||
| PackageDocumentTools | ||
| BinToPcd.py | ||
| ConvertFceToStructurePcd.py | ||
| ConvertMasmToNasm.py | ||
| ConvertUni.py | ||
| DetectNotUsedItem.py | ||
| efi_debugging.py | ||
| efi_gdb.py | ||
| efi_lldb.py | ||
| FormatDosFiles.py | ||
| GccBase.lds | ||
| GetMaintainer.py | ||
| GetUtcDateTime.py | ||
| MemoryProfileSymbolGen.py | ||
| PatchCheck.py | ||
| RunMakefile.py | ||
| RunMakefileSample.mak | ||
| SetupGit.py | ||
| SetVisualStudio.bat | ||
| ShowEnvironment.bat | ||
| SmiHandlerProfileSymbolGen.py | ||
| UpdateBuildVersions.py | ||