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.
2 parents 78b77c4 + ed87465 commit 99292c6Copy full SHA for 99292c6
builtin-merge.c
@@ -106,8 +106,8 @@ static struct strategy *get_strategy(const char *name)
106
found = 1;
107
if (!found)
108
add_cmdname(¬_strategies, ent->name, ent->len);
109
- exclude_cmds(&main_cmds, ¬_strategies);
110
}
+ exclude_cmds(&main_cmds, ¬_strategies);
111
112
if (!is_in_cmdlist(&main_cmds, name) && !is_in_cmdlist(&other_cmds, name)) {
113
fprintf(stderr, "Could not find merge strategy '%s'.\n", name);
0 commit comments