Add colordiff for git to contrib/colordiff.
commit96afa0764e6b58a38b21befded2c8fd0543fab2a
authorJunio C Hamano <junkio@cox.net>
Wed, 12 Apr 2006 06:05:14 +0000 (11 23:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 22 Apr 2006 05:24:30 +0000 (21 22:24 -0700)
tree3567b8399e5b636ad00a1b152ce4136e05ef4988
parente64961b0573b0e72bd55eab6d36bd97f859f9516
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>
contrib/colordiff/README [new file with mode: 0644]
contrib/colordiff/colordiff.perl [new file with mode: 0755]