summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-30 14:49:53 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-30 14:49:53 -0700
commit967cda7cb7d2494c0cff6ebf0ad40fde587fb892 (patch)
tree53a75ad7da700bc405f2c40931a58f9fd39c6086 /git-rev-list.html
parent535c65caafa13821295c3b060a5acd98bd2557b7 (diff)
downloadgit-htmldocs-967cda7cb7d2494c0cff6ebf0ad40fde587fb892.tar.gz
Autogenerated HTML docs for v2.13.2-556-g5116f
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index a5f02f5f4..719ba0fc8 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2653,11 +2653,12 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
<p>
<em>%C(&#8230;)</em>: color specification, as described under Values in the
"CONFIGURATION FILE" section of <a href="git-config.html">git-config(1)</a>;
- adding <code>auto,</code> at the beginning will emit color only when colors are
- enabled for log output (by <code>color.diff</code>, <code>color.ui</code>, or <code>--color</code>, and
- respecting the <code>auto</code> settings of the former if we are going to a
- terminal). <code>auto</code> alone (i.e. <code>%C(auto)</code>) will turn on auto coloring
- on the next placeholders until the color is switched again.
+ adding <code>auto,</code> at the beginning (e.g. <code>%C(auto,red)</code>) will emit
+ color only when colors are enabled for log output (by <code>color.diff</code>,
+ <code>color.ui</code>, or <code>--color</code>, and respecting the <code>auto</code> settings of the
+ former if we are going to a terminal). <code>auto</code> alone (i.e.
+ <code>%C(auto)</code>) will turn on auto coloring on the next placeholders
+ until the color is switched again.
</p>
</li>
<li>