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

Function repo_config_set_in_file

config.c:2889–2893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2887}
2888
2889void repo_config_set_in_file(struct repository *r, const char *config_filename,
2890 const char *key, const char *value)
2891{
2892 repo_config_set_multivar_in_file(r, config_filename, key, value, NULL, 0);
2893}
2894
2895int repo_config_set_gently(struct repository *r, const char *key, const char *value)
2896{

Callers 3

clone_submoduleFunction · 0.85
ensure_core_worktreeFunction · 0.85

Calls 1

Tested by

no test coverage detected