Add the --color-words option to the diff options family
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 28 Jul 2006 21:56:15 +0000 (23:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 22:28:57 +0000 (15:28 -0700)
With this option, the changed words are shown inline. For example,
if a file containing "This is foo" is changed to "This is bar", the diff
will now show "This is " in plain text, "foo" in red, and "bar" in green.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found