Merge branch 'ap/maint-merge-strategy-list-fix'
This commit is contained in:
commit
22c4e72d6e
@ -107,8 +107,8 @@ static struct strategy *get_strategy(const char *name)
|
|||||||
found = 1;
|
found = 1;
|
||||||
if (!found)
|
if (!found)
|
||||||
add_cmdname(¬_strategies, ent->name, ent->len);
|
add_cmdname(¬_strategies, ent->name, ent->len);
|
||||||
exclude_cmds(&main_cmds, ¬_strategies);
|
|
||||||
}
|
}
|
||||||
|
exclude_cmds(&main_cmds, ¬_strategies);
|
||||||
}
|
}
|
||||||
if (!is_in_cmdlist(&main_cmds, name) && !is_in_cmdlist(&other_cmds, name)) {
|
if (!is_in_cmdlist(&main_cmds, name) && !is_in_cmdlist(&other_cmds, name)) {
|
||||||
fprintf(stderr, "Could not find merge strategy '%s'.\n", name);
|
fprintf(stderr, "Could not find merge strategy '%s'.\n", name);
|
||||||
|
Loading…
Reference in New Issue
Block a user