diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-06-10 12:04:26 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-10 12:04:26 +0900 |
commit | 7ce7a617b91f14ecb005eccb38623f7fc411697b (patch) | |
tree | 2064f628980490c4dcf66706523b28546d934e6d | |
parent | Merge branch 'tl/fix-packfile-uri-doc' (diff) | |
parent | doc: explain the use of color.pager (diff) | |
download | tgif-7ce7a617b91f14ecb005eccb38623f7fc411697b.tar.xz |
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
-rw-r--r-- | Documentation/config/color.txt | 5 |
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 |