Skip to content

Commit 9ca726a

Browse files
committed
mingw: rename debug.issue1481 to core.debug1481
The `mingw_core_config()` function is only called for `core.*` variables... D'oh! Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e7cc473 commit 9ca726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ int debug_1481;
247247

248248
int mingw_core_config(const char *var, const char *value, void *cb)
249249
{
250-
if (!strcmp(var, "debug.issue1481")) {
250+
if (!strcmp(var, "core.debug1481")) {
251251
debug_1481 = git_config_bool(var, value);
252252
return 0;
253253
}

0 commit comments

Comments
 (0)