On Fri, Apr 15, 2011 at 07:23:42PM -0400, compn wrote:
[...]
> i assume it shows no diffs with diff -wb ?
>
Check git show -w 72d3ca8, you'll notice that some code like:
if (foo)
{
became:
if (foo) {
But the diff is more readable with -w of course.
--
Clément B.