patchutils icon indicating copy to clipboard operation
patchutils copied to clipboard

Manipulate patch files

Results 32 patchutils issues
Sort by recently updated
recently updated
newest added

When looking at https://github.com/twaugh/patchutils/issues/22 I see that for “the proper functionality” of `filterdiff -i PATTERN` I need to use `-p1` every time. Would it be possible to make this option...

Akin to https://github.com/twaugh/patchutils/issues/22, `interdiff` is choking on patchfiles continaing renames: `before.diff`: ``` diff --git a/Lib/typing.py b/Lib/_typing.py similarity index 100% rename from Lib/typing.py rename to Lib/_typing.py ``` (anything for `after.diff`) ```...