Replies: 1 comment
-
Not possible, because those diffs are load bearing: The ability to partially stage a change hinges on the ability to patch part of a diff to |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When removing a parent element in HTML which changes the indentation for a whole section, git shows the whole section as chaning. However if I add -w it shows a diff which is much easier to understand in this case. When Doing
:G
and showing the status window, moving to such file and hit=
to show the diff, can I somehow make it ignore whitespace? I tried addingiwhiteall
todiffopt
but that did not seem to help.Beta Was this translation helpful? Give feedback.
All reactions