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
Given the following input to delta, delta will show the line "// Also to be removed" as being removed from two.txt when it is actually being removed from one.cpp.
$ delta --version
delta 0.12.1
$ cat diff_repro.patch
--- orig/one.cpp 2022-04-11 11:21:45.977732000 -0400
+++ ./one.cpp 2022-04-11 11:22:00.664111000 -0400
@@ -1,5 +1,3 @@
-// To be removed
// To be kept
-// Also to be removed
--- orig/two.txt 2022-04-11 11:16:53.878365000 -0400
+++ ./two.txt 2022-04-11 11:16:46.737482000 -0400
@@ -1 +1 @@
-Something
+Something Else
$ cat diff_repro.patch | delta
Adding a blank line to the input before the --- orig/two.txt line is a workaround.
The text was updated successfully, but these errors were encountered:
Given the following input to delta, delta will show the line "// Also to be removed" as being removed from two.txt when it is actually being removed from one.cpp.
Adding a blank line to the input before the
--- orig/two.txt
line is a workaround.The text was updated successfully, but these errors were encountered: