Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ git_attr_system_is_enabled
Function
git_attr_system_is_enabled
attr.c:891–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
}
890
891
int git_attr_system_is_enabled(void)
892
{
893
return !git_env_bool(
"GIT_ATTR_NOSYSTEM"
, 0);
894
}
895
896
static GIT_PATH_FUNC(git_path_info_attributes, INFOATTRIBUTES_FILE)
897
Callers
2
bootstrap_attr_stack
Function · 0.85
git_attr_val_system
Function · 0.85
Calls
1
git_env_bool
Function · 0.85
Tested by
no test coverage detected