Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ pager_in_use
Function
pager_in_use
pager.c:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
int pager_in_use(void)
194
{
195
return git_env_bool(
"GIT_PAGER_IN_USE"
, 0);
196
}
197
198
/*
199
* Return cached value (if set) or $COLUMNS environment variable (if
Callers
5
parse_date_format
Function · 0.85
setup_auto_pager
Function · 0.85
finalize_colopts
Function · 0.85
check_auto_color
Function · 0.85
session_is_interactive
Function · 0.85
Calls
1
git_env_bool
Function · 0.85
Tested by
no test coverage detected