On 02/26/2015 03:58 AM, Zoltan Kiss wrote: > 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.
Thanks, great hint! -- Taras Kondratiuk _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
