We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a831b9b commit d0772a1Copy full SHA for d0772a1
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