MCPcopy Create free account
hub / github.com/git/git / repo_config_set

Function repo_config_set

config.c:2914–2919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2912}
2913
2914void repo_config_set(struct repository *r, const char *key, const char *value)
2915{
2916 repo_config_set_multivar(r, key, value, NULL, 0);
2917
2918 trace2_cmd_set_config(key, value);
2919}
2920
2921char *git_config_prepare_comment_string(const char *comment)
2922{

Callers 14

create_default_filesFunction · 0.85
init_dbFunction · 0.85
partial_clone_registerFunction · 0.85
write_refspec_configFunction · 0.85
cmd_cloneFunction · 0.85
addFunction · 0.85
mvFunction · 0.85
set_headFunction · 0.85
set_urlFunction · 0.85

Calls 1

repo_config_set_multivarFunction · 0.85

Tested by

no test coverage detected