diff options
author | Matthias Lederhofer <matled@gmx.net> | 2006-07-30 00:27:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-31 15:32:24 -0700 |
commit | aa086eb813d4fe21aac556a94efe5e29b44d8ca4 (patch) | |
tree | 04d9a749f051bdf8d3f7239ea29e9917addc7c2d /Documentation | |
parent | Builtins: control the use of pager from the command table. (diff) | |
download | tgif-aa086eb813d4fe21aac556a94efe5e29b44d8ca4.tar.xz |
pager: config variable pager.color
enable/disable colored output when the pager is in use
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 465eb13e76..e669003f72 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -116,6 +116,10 @@ apply.whitespace:: Tells `git-apply` how to handle whitespaces, in the same way as the '--whitespace' option. See gitlink:git-apply[1]. +pager.color:: + A boolean to enable/disable colored output when the pager is in + use (default is true). + diff.color:: When true (or `always`), always use colors in patch. When false (or `never`), never. When set to `auto`, use |