diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-31 23:00:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-31 23:00:51 -0700 |
commit | 056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9 (patch) | |
tree | 697ec6974c625e9d6a293b785baa402eb345dd52 /cache.h | |
parent | Merge branch 'jc/checkout' (diff) | |
parent | pager: config variable pager.color (diff) | |
download | tgif-056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9.tar.xz |
Merge branch 'ml/pager'
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |