summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Doucet <maxim.doucet@gmail.com>2021-11-30 22:22:56 +0100
committerDan Davison <dandavison7@gmail.com>2021-11-30 17:43:17 -0500
commit588145e49e656e9e4ea908318e61e31c0f7689c7 (patch)
tree6fd4a463a0c0cad97f610bf25df6bb5b3cc5635a
parent7d01125e14f80c8d5be83e746abb0a3860f8e79a (diff)
Fix colorMoved in git config example
According to [git documentation for diff.colorMoved](https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---color-movedltmodegt), `true` is not a correct value. `default` is a correct value and it also matches the "`--color-moved` support" section of this README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f535ac3c..810003dc 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
diffFilter = delta --color-only
[diff]
- colorMoved = true
+ colorMoved = default
[delta]
navigate = true