Why is it that sometimes files edited with CB creats such big diffs for small changes ? I added a few lines into a couple of folders and the diff is twice the size of the file (the entire contents of the file is being seen as new).
I am editing the CB sources and haven't changed my zinc edit scheme from the default either.
Bloated diffs makes it hard to see the read change. What can I do to get some proper diffs ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Why is it that sometimes files edited with CB creats such big diffs for small changes ? I added a few lines into a couple of folders and the diff is twice the size of the file (the entire contents of the file is being seen as new).
I am editing the CB sources and haven't changed my zinc edit scheme from the default either.
Bloated diffs makes it hard to see the read change. What can I do to get some proper diffs ?
ok, its the cr/lf's in the original file that are being replaced by \n's that is causing such a bloated diff.