author | Junio C Hamano <junkio@cox.net> | |
Wed, 12 Apr 2006 06:05:14 +0000 (23:05 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 22 Apr 2006 05:24:30 +0000 (22:24 -0700) | ||
commit | 96afa0764e6b58a38b21befded2c8fd0543fab2a | |
tree | 3567b8399e5b636ad00a1b152ce4136e05ef4988 | tree | snapshot |
parent | e64961b0573b0e72bd55eab6d36bd97f859f9516 | commit | diff |
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>
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] | blob |
contrib/colordiff/colordiff.perl | [new file with mode: 0755] | blob |