http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8207

Chris Cormack <ch...@bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ch...@bigballofwax.co.nz

--- Comment #8 from Chris Cormack <ch...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to