git_configset_get_maybe_bool 1535 cache.h        extern int git_configset_get_maybe_bool(struct config_set *cs, const char *key, int *dest);
git_configset_get_maybe_bool 1584 config.c       	return git_configset_get_maybe_bool(&the_config_set, key, dest);