Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.c: fix accuracy of line number in errors
[gitweb.git]
/
pager.c
diff --git
a/pager.c
b/pager.c
index f75e8aece0d4273afd994e2b3eca70a02fa2d8c9..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;
/*