[edk2] [PATCH 0/2] Some refines to BaseTools/PatchCheck.py

Hao Wu posted 2 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
BaseTools/Scripts/PatchCheck.py | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)
[edk2] [PATCH 0/2] Some refines to BaseTools/PatchCheck.py
Posted by Hao Wu 6 years, 10 months ago
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 <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>

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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/2] Some refines to BaseTools/PatchCheck.py
Posted by Gao, Liming 6 years, 10 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Wu, Hao A
>Sent: Thursday, June 08, 2017 3:49 PM
>To: edk2-devel@lists.01.org
>Cc: Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming <liming.gao@intel.com>;
>Justen, Jordan L <jordan.l.justen@intel.com>
>Subject: [PATCH 0/2] Some refines to BaseTools/PatchCheck.py
>
>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 <liming.gao@intel.com>
>Cc: Jordan Justen <jordan.l.justen@intel.com>
>
>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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel