commit | f59a59e22f0005d799fe1d40e0c1f7e5c1f68b76 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Fri Jul 28 23:56:15 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Thu Aug 10 15:28:57 2006 -0700 |
tree | e0390f65a2bfe3b1d1f3468e2a6cbe302dabea70 | |
parent | 65cdb5f1658c4911b3f17a2e99332e5397c52240 [diff] |
Add the --color-words option to the diff options family 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>