Skip to content

Commit 260775e

Browse files
committed
fixup??? mingw: optionally enable wsl compability file mode bits
The `git_config_get_bool()` function is no more... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8125c4a commit 260775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/win32/wsl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int are_wsl_compatible_mode_bits_enabled(void)
1919

2020
if (the_repository->config &&
2121
the_repository->config->hash_initialized &&
22-
git_config_get_bool("core.wslcompat", &enabled) < 0)
22+
repo_config_get_bool(the_repository, "core.wslcompat", &enabled) < 0)
2323
enabled = 0;
2424
}
2525

0 commit comments

Comments
 (0)