git_config_early 1440 cache.h        extern int git_config_early(config_fn_t fn, void *, const char *repo_config);
git_config_early 1257 config.c       	ret = git_config_early(fn, data, repo_config);
git_config_early  410 setup.c        	git_config_early(fn, NULL, repo_config);