| 2355 | } |
| 2356 | |
| 2357 | int 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 | |
| 2364 | int repo_config_get_string_multi(struct repository *repo, const char *key, |
| 2365 | const struct string_list **dest) |