Open Roo4L opened 2 years ago
I have seen this as well!
@Roo4L I think have a fix here: https://github.com/twaugh/patchutils/pull/56
Cool , I will try test it this weekend , and give some feedback
what command did you use to make those patch files? My diff
has different output.
Hi! I've face a bug during execution of combinediff. Let's say I have following first and second patch files:
first.patch
second.patch
After executing
combinediff -p1 first.patch second.patch
I get the following output:As you see, the path to the first file is
b
instead ofa
. I understand that it doesn't affect patch applying, but it breaks the convention used by almost all package vendors. Hope you would have a chance to fix it. Thanks in advance!