]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/diff-options.txt
Merge branch 'rs/diff-no-minimal' into maint
[git.git] / Documentation / diff-options.txt
index a1191d647bfb4685701e47de794bf14964de0088..c9c6c2b1cb61caa6db5e029d6bce1c76a6c075a7 100644 (file)
@@ -117,12 +117,14 @@ any of those replacements occurred.
        option and lists the commits in that commit range like the 'summary'
        option of linkgit:git-submodule[1] does.
 
---color::
+--color[=<when>]::
        Show colored diff.
+       The value must be always (the default), never, or auto.
 
 --no-color::
        Turn off colored diff, even when the configuration file
        gives the default to color output.
+       Same as `--color=never`.
 
 --color-words[=<regex>]::
        Show colored word diff, i.e., color words which have changed.