-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
samatcodeapprove/patchutils
#1Description
Hi!
I've face a bug during execution of combinediff. Let's say I have following first and second patch files:
first.patch
--- a/file.c
+++ b/file.c
@@ -0,0 +1,3 @@
+a
+b
+csecond.patch
--- a/file.c
+++ b/file.c
@@ -1,3 +1,2 @@
a
b
-cAfter executing combinediff -p1 first.patch second.patch I get the following output:
diff -u b/file.c b/file.c
--- b/file.c
+++ b/file.c
@@ -0,0 +1,2 @@
+a
+bAs you see, the path to the first file is b instead of a. 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!
malhal
Metadata
Metadata
Assignees
Labels
No labels