Skip to content

Commit

Permalink
mingw: rename debug.issue1481 to core.debug1481
Browse files Browse the repository at this point in the history
The `mingw_core_config()` function is only called for `core.*`
variables... D'oh!

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 7, 2018
1 parent e7cc473 commit 9ca726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int debug_1481;

int mingw_core_config(const char *var, const char *value, void *cb)
{
if (!strcmp(var, "debug.issue1481")) {
if (!strcmp(var, "core.debug1481")) {
debug_1481 = git_config_bool(var, value);
return 0;
}
Expand Down

0 comments on commit 9ca726a

Please sign in to comment.