aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-19 12:11:31 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-19 12:11:32 -0700
commit3e1b08bbf58173df80895af3bf86d14c77efe877 (patch)
tree9ad8bb6901aafc57924d93e6c8780e7eb7c3a4ef /Documentation/diff-options.txt
parent048d4d98b35e78c44d93b8009f7b11823660e007 (diff)
parent3d0e75f2f7a9ae9329154dc85bf5af5c5482f3ea (diff)
downloadgit-3e1b08bbf58173df80895af3bf86d14c77efe877.tar.gz
Merge branch 'jc/color-diff-doc'
The --color[=<when>] option to the diff family was documented in a confusing way. * jc/color-diff-doc: diff-options: unconfuse description of --color
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r--Documentation/diff-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 869d965a3b..104579dc75 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -195,8 +195,8 @@ any of those replacements occurred.
--color[=<when>]::
Show colored diff.
- The value must be `always` (the default for `<when>`), `never`, or `auto`.
- The default value is `never`.
+ `--color` (i.e. without '=<when>') is the same as `--color=always`.
+ '<when>' can be one of `always`, `never`, or `auto`.
ifdef::git-diff[]
It can be changed by the `color.ui` and `color.diff`
configuration settings.