Merge branch 'jn/merge-custom-no-trivial'
* jn/merge-custom-no-trivial: t7606: Avoid using head as a file name merge: let custom strategies intervene in trivial merges t7606 (merge-theirs): modernize style
This commit is contained in:
@ -132,6 +132,7 @@ static struct strategy *get_strategy(const char *name)
|
||||
|
||||
ret = xcalloc(1, sizeof(struct strategy));
|
||||
ret->name = xstrdup(name);
|
||||
ret->attr = NO_TRIVIAL;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user