summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-28 14:05:25 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-28 14:05:25 -0800
commita90214fb857c988a9e8dff46626dc715918a9330 (patch)
tree756c139e2481e113fa188ed55f6b2c46c153a7a3 /diff-options.txt
parentace33e4fa1aa5ba14bafe92218bf07dea068791f (diff)
downloadgit-htmldocs-a90214fb857c988a9e8dff46626dc715918a9330.tar.gz
Autogenerated HTML docs for v2.20.1-421-g9403f
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/diff-options.txt b/diff-options.txt
index b94d332f7..554a34080 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -293,8 +293,12 @@ 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=<modes>::
- This configures how white spaces are ignored when performing the
+ This configures how whitespace is ignored when performing the
move detection for `--color-moved`.
ifdef::git-diff[]
It can be set by the `diff.colorMovedWS` configuration setting.
@@ -302,6 +306,8 @@ endif::git-diff[]
These modes can be given as a comma separated list:
+
--
+no::
+ Do not ignore whitespace when performing move detection.
ignore-space-at-eol::
Ignore changes in whitespace at EOL.
ignore-space-change::
@@ -312,12 +318,17 @@ ignore-all-space::
Ignore whitespace when comparing lines. This ignores differences
even if one line has whitespace where the other line has none.
allow-indentation-change::
- Initially ignore any white spaces in the move detection, then
+ Initially ignore any whitespace in the move detection, then
group the moved code blocks only into a block if the change in
whitespace is the same per line. This is incompatible with the
other modes.
--
+--no-color-moved-ws::
+ Do not ignore whitespace when performing move detection. This can be
+ used to override configuration settings. It is the same as
+ `--color-moved-ws=no`.
+
--word-diff[=<mode>]::
Show a word diff, using the <mode> to delimit changed words.
By default, words are delimited by whitespace; see