Y
Hacker News
new
|
ask
|
show
|
jobs
by
atourino
6165 days ago
Consider an XML file consisting of one long line of text. A diff would not be very useful in that case.
1 comments
michaelneale
6164 days ago
I guess an XML aware diff could work though? certainly not at all line based...
link
jamesbritt
6164 days ago
If it did node-based diffs.
link
_pi
6161 days ago
Most diffs do that. The Diff that ships with gvim on Windows has this option on by default and I couldn't find where to turn it off because it was severely screwing up what I was diffing.
link