http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8207 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to comment #7)
Are you sure this is intended ?
Yes. This is the problem with line-based diffs. Basically all I did was add a line, but git sees it as removing a line, adding a line, and then adding back the original line.
Here's a handy tip, apply the patch then run git show --word-diff=color Be happy and amazed :) What I have is a git alias git config alias.sh "show --word-diff=color" So i can go git sh Not seeing whitespace in the diff ftw! -- You are receiving this mail because: You are watching all bug changes.