fixup! mingw: respect core.hidedotfiles = false in git-init again

This commit is contained in:
Johannes Schindelin
2017-08-30 15:29:26 +02:00
parent 2f36ab68e2
commit bf6c15ca9c

View File

@@ -155,7 +155,7 @@ static int git_init_db_config(const char *k, const char *v, void *cb)
return git_config_pathname(&init_db_template_dir, k, v);
if (starts_with(k, "core."))
return platform_core_config(k, v);
return platform_core_config(k, v, cb);
return 0;
}