]> git.ipfire.org Git - thirdparty/git.git/commit - pager.c
pager: make pager_program a file-local static
authorJeff King <peff@peff.net>
Tue, 13 Sep 2016 03:23:48 +0000 (20:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2016 22:45:45 +0000 (15:45 -0700)
commitc0c08897c47eb46179c8d2408dc1a91713307842
treecd5aeab18a5d620703e97f27dc994efdd9ea2078
parent4babb839aaa18b14a5ec9e8994678d75bc120920
pager: make pager_program a file-local static

This variable is only ever used by the routines in pager.c,
and other parts of the code should always use those routines
(like git_pager()) to make decisions about which pager to
use. Let's reduce its scope to prevent accidents.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
environment.c
pager.c