git_config_parse_key 198 builtin/config.c if (git_config_parse_key(key_, &key, NULL)) { git_config_parse_key 1453 cache.h extern int git_config_parse_key(const char *, char **, int *); git_config_parse_key 1317 config.c ret = git_config_parse_key(key, &normalized_key, NULL); git_config_parse_key 1965 config.c ret = 0 - git_config_parse_key(key, &store.key, &store.baselen);