The following two refinements are made to PatchCheck.py: a. Resolves misreport of 'Patch format error: diff found after end of patch', when a patch file contains a binary file change and any other changes after the binary change.
b. Adds detection of adding new binary files in a patch file or in a commit. Cc: Liming Gao <[email protected]> Cc: Jordan Justen <[email protected]> Hao Wu (2): BaseTools/PatchCheck.py: Fix misreport for binary changes in patch BaseTools/PatchCheck.py: Add warning info for new binary files BaseTools/Scripts/PatchCheck.py | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) -- 2.12.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

