summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-08-12 19:24:47 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-12 19:24:47 -0700
commitedbda4d6af7404c97c62ab6af86edf525020cf51 (patch)
tree4527bc530f43e5a46adca3b62bd8cb8c07c659c7 /Documentation
parentMerge branch 'jn/web' (diff)
parentAdd the --color-words option to the diff options family (diff)
downloadtgif-edbda4d6af7404c97c62ab6af86edf525020cf51.tar.xz
Merge branch 'js/color-diff'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 47ba9a403a..b5d9763594 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -36,6 +36,9 @@
Turn off colored diff, even when the configuration file
gives the default to color output.
+--color-words::
+ Show colored word diff, i.e. color words which have changed.
+
--no-renames::
Turn off rename detection, even when the configuration
file gives the default to do so.