Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/daemonize-gc'
[gitweb.git]
/
pager.c
diff --git
a/pager.c
b/pager.c
index 0cc75a8eee32a0195a74c6819a04745f341e45e3..8b5cbc56e4fd57a1b9d2cad3e668df4c508a7b17 100644
(file)
--- a/
pager.c
+++ b/
pager.c
@@
-64,7
+64,7
@@
void setup_pager(void)
{
const char *pager = git_pager(isatty(1));
- if (!pager
|| pager_in_use()
)
+ if (!pager)
return;
/*
@@
-85,7
+85,7
@@
void setup_pager(void)
int i = 0;
if (!getenv("LESS"))
- env[i++] = "LESS=FR
S
X";
+ env[i++] = "LESS=FRX";
if (!getenv("LV"))
env[i++] = "LV=-c";
env[i] = NULL;