summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-08 21:05:06 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-08 21:05:06 -0800
commit62ab997268ae7e3b4ceb199bf05691007b877d11 (patch)
tree6b61e6f98d4a2d6cf2fe0ba26bf745bb7e887808 /git-rev-list.html
parent23168ef89678fc52e01173bbc7fdaa760f21d02a (diff)
downloadgit-htmldocs-62ab997268ae7e3b4ceb199bf05691007b877d11.tar.gz
Autogenerated HTML docs for v2.21.0-rc0-30-g11ad4
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index cd61e3f33..8513655d2 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2781,9 +2781,9 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
<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>%C(auto,...)</code>
is accepted as a historical synonym for the default (e.g.,
- <code>%C(auto,red)</code>). Specifying <code>%C(always,...) will show the colors
+ <code>%C(auto,red)</code>). Specifying <code>%C(always,...)</code> will show the colors
even when color is not otherwise enabled (though consider
- just using `--color=always</code> to enable color for the whole output,
+ just using <code>--color=always</code> to enable color for the whole output,
including this format and anything else git might color). <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.