summaryrefslogtreecommitdiff
path: root/BaseTools/Scripts/PatchCheck.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-06BaseTools: Update PatchCheck.py to allow whitespace issues in .rtf filesRebecca Cran1-1/+4
2023-04-14BaseTools: Update PatchCheck.py to check for __FUNCTION__Rebecca Cran1-0/+6
2023-04-03BaseTools/PatchCheck.py: Add PCCTS to tab exemption listMichael Kubacki1-1/+4
2023-01-30BaseTools: Remove CYGWIN_NT-5.1-i686 ref from Scripts/PatchCheck.pyRebecca Cran1-1/+0
2022-10-22BaseTools/Scripts/PatchCheck.py: Allow tab in MakefileBob Feng1-0/+3
2021-07-09BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.pyMichael D Kinney1-6/+12
2021-02-09BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson1-0/+1
2020-07-31Revert "BaseTools/PatchCheck.py: Add LicenseCheck"Leif Lindholm1-50/+0
2020-07-24BaseTools/Scripts: Ignore the CRLF check when upgrade submodule.Jiang, Guomin1-1/+1
2020-07-20BaseTools/PatchCheck.py: Skip length check for user name in xxx-byShenglei Zhang1-1/+8
2020-07-03BaseTools: explicitly import email.header PatchCheck.pyLeif Lindholm1-0/+2
2020-07-03BaseTools/PatchCheck.py: add exception for diff orderfileLeif Lindholm1-4/+5
2020-07-02BaseTools: PatchCheck: Exclude bash scripts from CRLF checkPierre Gondois1-1/+7
2020-06-12BaseTools/PatchCheck.py: Add LicenseCheckShenglei Zhang1-0/+50
2020-02-06BaseTools/Scripts/PatchCheck.py: Do not use mailmapPhilippe Mathieu-Daude1-2/+4
2020-02-06BaseTools/Scripts/PatchCheck.py: Detect emails rewritten by Groups.IoPhilippe Mathieu-Daude1-0/+4
2020-01-24BaseTools/Scripts/PatchCheck.py: Remove submodule false positivesMichael D Kinney1-2/+21
2020-01-13BaseTools/Scripts/PatchCheck: Address false error conditionsMichael D Kinney1-6/+51
2020-01-10BaseTools/PatchCheck.py: Check the patch author email addressPhilippe Mathieu-Daude1-1/+6
2020-01-10BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checkedPhilippe Mathieu-Daude1-3/+7
2020-01-10BaseTools/PatchCheck.py: Check the committer email addressPhilippe Mathieu-Daude1-0/+6
2020-01-10BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheckPhilippe Mathieu-Daude1-29/+54
2020-01-09BaseTools/PatchCheck.py: Ignore CR and LF characters in subject lengthPhilippe Mathieu-Daud?1-1/+1
2019-08-07BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney1-1/+1
2019-08-07BaseTools/PatchCheck: Add copy from/to keywordsMichael D Kinney1-0/+2
2019-08-07BaseTools/PatchCheck: Ignore blank lines in diffMichael D Kinney1-0/+3
2019-04-09BaseTools/PatchCheck: Generate error if Contributed-under foundMichael D Kinney1-8/+11
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+1
2018-09-06BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi1-1/+1
2018-08-08PatchCheck - add error message for invalid parameterJaben Carsey1-3/+6
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-1/+1
2017-08-03BaseTools/PatchCheck: Support Contribution Agreement 1.1Michael D Kinney1-3/+6
2017-06-26BaseTools/PatchCheck.py: Add warning info for new binary filesHao Wu1-13/+21
2017-06-26BaseTools/PatchCheck.py: Fix misreport for binary changes in patchHao Wu1-3/+3
2016-10-21BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu1-0/+14
2016-10-21BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu1-8/+9
2016-10-21BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu1-4/+4
2015-12-03BaseTools PatchCheck.py: Support binary diffJordan Justen1-0/+6
2015-10-22BaseTools/Scripts: Add PatchCheck.py scriptJordan Justen1-0/+607