MCPcopy Index your code
hub / github.com/git/git / git_config_system

Function git_config_system

config.c:1539–1542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537}
1538
1539int git_config_system(void)
1540{
1541 return !git_env_bool("GIT_CONFIG_NOSYSTEM", 0);
1542}
1543
1544static int do_git_config_sequence(const struct config_options *opts,
1545 const struct repository *repo,

Callers 2

do_git_config_sequenceFunction · 0.85
git_config_val_systemFunction · 0.85

Calls 1

git_env_boolFunction · 0.85

Tested by

no test coverage detected