git_config_from_file  152 builtin/init-db.c 	git_config_from_file(check_repository_format_version,
git_config_from_file 1431 cache.h        extern int git_config_from_file(config_fn_t fn, const char *, void *);
git_config_from_file  134 config.c       		ret = git_config_from_file(git_config_include, path, inc);
git_config_from_file 1194 config.c       		ret += git_config_from_file(fn, git_etc_gitconfig(),
git_config_from_file 1200 config.c       		ret += git_config_from_file(fn, xdg_config, data);
git_config_from_file 1205 config.c       		ret += git_config_from_file(fn, user_config, data);
git_config_from_file 1210 config.c       		ret += git_config_from_file(fn, repo_config, data);
git_config_from_file 1252 config.c       		return git_config_from_file(fn, config_source->file, data);
git_config_from_file 1412 config.c       	return git_config_from_file(config_set_callback, filename, cs);
git_config_from_file 2047 config.c       		if (git_config_from_file(store_aux, config_filename, NULL)) {
git_config_from_file  803 sequencer.c    	if (git_config_from_file(populate_opts_cb, git_path_opts_file(), *opts_ptr) < 0)
git_config_from_file  205 submodule.c    			git_config_from_file(submodule_config, gitmodules_path.buf, NULL);