|
|
|
|
|
by radiospiel
835 days ago
|
|
At least for whitespace changes git should have you covered --ignore-space-at-eol
Ignore changes in whitespace at EOL. -b --ignore-space-change
Ignore changes in amount of whitespace. This ignores whitespace at line end, and considers all other sequences of one or more whitespace characters to be equivalent. -w
--ignore-all-space
Ignore whitespace when comparing lines. This ignores differences even if one line has whitespace where the other line has none. --ignore-blank-lines |
|
What about white space sensitive language like Python (that's one of things I hate about the language)?
Diff also gets easily confused, because its context window is pretty small.