git/contrib/colordiff
Junio C Hamano 96afa0764e Add colordiff for git to contrib/colordiff.
I hacked it up to teach it the git extended diff headers, made
it not to read the whole patch in the array.

Also, the original program, when arguments are given, ran "diff"
with the given arguments and showed the output from it.  Of
course, I changed it to run "git diff" ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-04-21 22:24:30 -07:00
..
colordiff.perl Add colordiff for git to contrib/colordiff. 2006-04-21 22:24:30 -07:00
README Add colordiff for git to contrib/colordiff. 2006-04-21 22:24:30 -07:00

This is "colordiff" (http://colordiff.sourceforge.net/) by Dave
Ewart <davee@sungate.co.uk>, modified specifically for git.