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