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

Function repo_config_set_gently

config.c:2895–2898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2893}
2894
2895int repo_config_set_gently(struct repository *r, const char *key, const char *value)
2896{
2897 return repo_config_set_multivar_gently(r, key, value, NULL, 0);
2898}
2899
2900int repo_config_set_worktree_gently(struct repository *r,
2901 const char *key, const char *value)

Callers 14

init_worktree_configFunction · 0.85
store_one_fieldFunction · 0.85
set_configFunction · 0.85
cmd_cloneFunction · 0.85
handle_push_defaultFunction · 0.85
rmFunction · 0.85
init_submoduleFunction · 0.85
module_migrateFunction · 0.85

Calls 1

Tested by

no test coverage detected