You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #133 the hardcoded order of p1, p0, p2 is the worst strategy for drupal core patches.
In #136 it is explained that p4 is missing for Magento root patches.
I suggest to turn the hardcoded order of fallbacks into a free configurable one.
Maybe something like
"strip-leading-components": "p2,p1,p0,p4"
in the extras section.
The text was updated successfully, but these errors were encountered:
As described in #133 the hardcoded order of p1, p0, p2 is the worst strategy for drupal core patches.
In #136 it is explained that p4 is missing for Magento root patches.
I suggest to turn the hardcoded order of fallbacks into a free configurable one.
Maybe something like
"strip-leading-components": "p2,p1,p0,p4"
in the extras section.
The text was updated successfully, but these errors were encountered: