Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-06-10 06:04:26 +0300
committerJunio C Hamano <gitster@pobox.com>2021-06-10 06:04:26 +0300
commit7ce7a617b91f14ecb005eccb38623f7fc411697b (patch)
tree2064f628980490c4dcf66706523b28546d934e6d /Documentation/config
parent8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3 (diff)
parenta84216c68435f545de38d69c771a6f2ade480394 (diff)
Merge branch 'jk/doc-color-pager'
The documentation for "color.pager" configuration variable has been updated. * jk/doc-color-pager: doc: explain the use of color.pager
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/color.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config/color.txt b/Documentation/config/color.txt
index d5daacb13a..e05d520a86 100644
--- a/Documentation/config/color.txt
+++ b/Documentation/config/color.txt
@@ -127,8 +127,9 @@ color.interactive.<slot>::
interactive commands.
color.pager::
- A boolean to enable/disable colored output when the pager is in
- use (default is true).
+ A boolean to specify whether `auto` color modes should colorize
+ output going to the pager. Defaults to true; set this to false
+ if your pager does not understand ANSI color codes.
color.push::
A boolean to enable/disable color in push errors. May be set to