diff: document --no-color-moved

Add documentation for --no-color-moved. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Reviewed-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Phillip Wood committed Nov 23, 2018 at 11:16 UTC fbafb7c682272e039e7aacbf8c0ef8de3c0eb157
1 file changed +4
Documentation/diff-options.txt
+4
@@ -293,6 +293,10 @@ dimmed-zebra::
293 `dimmed_zebra` is a deprecated synonym.
294 --
295
296 +--no-color-moved::
297 + Turn off move detection. This can be used to override configuration
298 + settings. It is the same as `--color-moved=no`.
299 +
300 --color-moved-ws=<modes>::
301 This configures how white spaces are ignored when performing the
302 move detection for `--color-moved`.