aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-07-30 00:27:43 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-31 15:32:24 -0700
commitaa086eb813d4fe21aac556a94efe5e29b44d8ca4 (patch)
tree04d9a749f051bdf8d3f7239ea29e9917addc7c2d /cache.h
parent9590b041ea464c46d5a6811df5bce83c5dd4d457 (diff)
downloadgit-aa086eb813d4fe21aac556a94efe5e29b44d8ca4.tar.gz
git-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 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index c575b8a99..b8c21e07b 100644
--- a/cache.h
+++ b/cache.h
@@ -386,6 +386,7 @@ extern int receive_keep_pack(int fd[2], const char *me, int quiet, int);
/* pager.c */
extern void setup_pager(void);
extern int pager_in_use;
+extern int pager_use_color;
/* base85 */
int decode_85(char *dst, char *line, int linelen);