git_configset_get_pathname 1536 cache.h extern int git_configset_get_pathname(struct config_set *cs, const char *key, const char **dest); git_configset_get_pathname 1591 config.c ret = git_configset_get_pathname(&the_config_set, key, dest);