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
* The -x (aka --debug) option exists in the GNU version of patch, but the perl version never did anything with -x
* Mentioning -x in the pod manual makes the useful information more difficult to find
* This option is not covered by the standard so removing it is not a compatibility issue [1]
* Debugging the perl version can be as simple as setting a breakpoint in Patch::apply() or Patch::Ed::apply()
1. https://pubs.opengroup.org/onlinepubs/007904975/utilities/patch.html
0 commit comments