We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335af97 commit da69f4bCopy full SHA for da69f4b
1 file changed
compat/win32/wsl.c
@@ -19,7 +19,7 @@ int are_wsl_compatible_mode_bits_enabled(void)
19
20
if (the_repository->config &&
21
the_repository->config->hash_initialized &&
22
- git_config_get_bool("core.wslcompat", &enabled) < 0)
+ repo_config_get_bool(the_repository, "core.wslcompat", &enabled) < 0)
23
enabled = 0;
24
}
25
0 commit comments