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

Function git_configset_add_file

config.c:1831–1834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1829}
1830
1831int git_configset_add_file(struct config_set *set, const char *filename)
1832{
1833 return git_config_from_file(config_set_callback, filename, set);
1834}
1835
1836int git_configset_get_value(struct config_set *set, const char *key,
1837 const char **value, struct key_value_info *kvi)

Callers 6

is_main_worktree_bareFunction · 0.85
init_worktree_configFunction · 0.85
cmd__configFunction · 0.85
maintenance_unregisterFunction · 0.85

Calls 1

git_config_from_fileFunction · 0.85

Tested by 1

cmd__configFunction · 0.68