Hi,

We had a chat about this on Connect, a regular problem is that diff sometimes generates patch files which are hardly readable, because e.g. the new and old lines are mixed together into an incoherent mass. That's because it tries to do the smallest patch. You can change that behaviour:

git diff --patience
git config --global diff.algorithm patience

It works especially when you replace large blocks of lines.

Zoltan
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to