git_pager        1815 builtin/am.c   			const char *pager = git_pager(1);
git_pager         796 builtin/grep.c 		show_in_pager = git_pager(1);
git_pager          22 builtin/var.c  	const char *pgm = git_pager(1);
git_pager        1144 cache.h        extern const char *git_pager(int stdout_is_tty);
git_pager          69 pager.c        	const char *pager = git_pager(isatty(1));