diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:24:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:24:47 -0700 |
commit | edbda4d6af7404c97c62ab6af86edf525020cf51 (patch) | |
tree | 4527bc530f43e5a46adca3b62bd8cb8c07c659c7 /Documentation | |
parent | Merge branch 'jn/web' (diff) | |
parent | Add the --color-words option to the diff options family (diff) | |
download | tgif-edbda4d6af7404c97c62ab6af86edf525020cf51.tar.xz |
Merge branch 'js/color-diff'
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
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. |