summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-07-31 23:00:51 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-07-31 23:00:51 -0700
commit056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9 (patch)
tree697ec6974c625e9d6a293b785baa402eb345dd52 /cache.h
parentMerge branch 'jc/checkout' (diff)
parentpager: config variable pager.color (diff)
downloadtgif-056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9.tar.xz
Merge branch 'ml/pager'
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 c575b8a996..b8c21e07b2 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);