mirror of
https://github.com/git/git.git
synced 2026-01-25 10:03:24 +00:00
fixup! mingw: respect core.hidedotfiles = false in git-init again
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user