]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PatchCheck: Add copy from/to keywords
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 1 Aug 2019 22:59:41 +0000 (15:59 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Thu, 8 Aug 2019 05:11:50 +0000 (22:11 -0700)
commit1eeb5ff160278e58ef9cbaef70c4d6800bebdc55
tree02690c4b9982964cc6b8a5a2e0cb6a5a111a3225
parent05579e51824a1ea393e52a3bda7d0c35cb060bc3
BaseTools/PatchCheck: Add copy from/to keywords

https://bugzilla.tianocore.org/show_bug.cgi?id=2044

When files are very similar, git will copy an existing
file to a new location and then apply differences.  This
is operation identified in the diff with 'copy from' and
'copy to' lines that need to be ignored.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
BaseTools/Scripts/PatchCheck.py