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 /environment.c | |
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 'environment.c')
-rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 42f39d657e..87162b2572 100644 --- a/environment.c +++ b/environment.c @@ -23,6 +23,7 @@ int shared_repository = PERM_UMASK; const char *apply_default_whitespace = NULL; int zlib_compression_level = Z_DEFAULT_COMPRESSION; int pager_in_use; +int pager_use_color = 1; static char *git_dir, *git_object_dir, *git_index_file, *git_refs_dir, *git_graft_file; |