tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Add optional CherryPick and Revert mergeStrategy option for PatchSet … #246

Closed ndhaller closed 3 months ago

ndhaller commented 4 months ago

…recipe

CherryPick and Revert in an edkrepo manifest PatchSet can include: mergeStrategy="ort_ignore-all-space" mergeStrategy="ort_theirs" mergeStrategy="ort_ours"

This can help with PatchSet merge issues. e.g. using Patch followed by CherryPick where the host system's git am.keepcr setting is unknown during the Patch "git am" step. https://github.com/tianocore/edk2-edkrepo/issues/244