Skip to content

Commit 408cb18

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? init: do parse _all_ core.* settings early
This is required by `en/header-split-cache-h-part-3`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b10ffaa commit 408cb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2148,7 +2148,7 @@ int init_db(const char *git_dir, const char *real_git_dir,
21482148
startup_info->have_repository = 1;
21492149

21502150
/* Ensure `core.hidedotfiles` is processed */
2151-
git_config(platform_core_config, NULL);
2151+
git_config(git_default_core_config, NULL);
21522152

21532153
safe_create_dir(git_dir, 0);
21542154

0 commit comments

Comments
 (0)