Code

contrib: add diff highlight script
authorJeff King <peff@peff.net>
Tue, 18 Oct 2011 04:52:20 +0000 (00:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Oct 2011 07:01:18 +0000 (00:01 -0700)
commit927a13fe87e4b2e0edabb2f8615f0851f70fbbd8
tree99ec16b7c54317423fa636e5c823850122215c4a
parent08cfdbb88cd6225b4fc4b8a3cecd0e01758c835d
contrib: add diff highlight script

This is a simple and stupid script for highlighting
differing parts of lines in a unified diff. See the README
for a discussion of the limitations.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/diff-highlight/README [new file with mode: 0644]
contrib/diff-highlight/diff-highlight [new file with mode: 0755]