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