From: Phillip Wood Date: Fri, 23 Nov 2018 11:16:50 +0000 (+0000) Subject: diff: document --no-color-moved X-Git-Tag: v2.21.0-rc0~70^2~8 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=fbafb7c682272e039e7aacbf8c0ef8de3c0eb157;p=git.git diff: document --no-color-moved Add documentation for --no-color-moved. Signed-off-by: Phillip Wood Reviewed-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 0378cd574e..151690f814 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -293,6 +293,10 @@ dimmed-zebra:: `dimmed_zebra` is a deprecated synonym. -- +--no-color-moved:: + Turn off move detection. This can be used to override configuration + settings. It is the same as `--color-moved=no`. + --color-moved-ws=:: This configures how white spaces are ignored when performing the move detection for `--color-moved`.