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

Function repo_config_get_value_multi

config.c:2357–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355}
2356
2357int repo_config_get_value_multi(struct repository *repo, const char *key,
2358 const struct string_list **dest)
2359{
2360 git_config_check_init(repo);
2361 return git_configset_get_value_multi(repo->config, key, dest);
2362}
2363
2364int repo_config_get_string_multi(struct repository *repo, const char *key,
2365 const struct string_list **dest)

Callers 2

git_die_configFunction · 0.85
cmd__configFunction · 0.85

Calls 2

git_config_check_initFunction · 0.85

Tested by 1

cmd__configFunction · 0.68