From: Jeff King Date: Tue, 13 Sep 2016 03:23:48 +0000 (-0700) Subject: pager: make pager_program a file-local static X-Git-Tag: v2.11.0-rc0~131^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0c08897c47eb46179c8d2408dc1a91713307842?hp=c0c08897c47eb46179c8d2408dc1a91713307842 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 Signed-off-by: Junio C Hamano ---