Replies: 1 comment
-
Hi @neighthan, I don't believe so - git requires that the lines of the displayed patch are in 1:1 correspondence with those of the original (unified) patch. Which makes sense, since git needs to know how to "chop" the patch into smaller pieces. But perhaps in theory there could be a solution with new work git-side and some way for the diff filter to distinguish between the patch for application vs the displayed view. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
git diff
, I have delta's side by side view, but when I dogit add -p
, I get the one-column view instead. Is there a way to set it up to have the side by side view forgit add -p
as well?Here is the relevant portion of my git config:
I have
delta --version
0.15.1 andgit --version
2.34.1Beta Was this translation helpful? Give feedback.
All reactions