Merge branch 'en/merge-ort-api-null-impl'
Preparation for a new merge strategy. * en/merge-ort-api-null-impl: merge,rebase,revert: select ort or recursive by config or environment fast-rebase: demonstrate merge-ort's API via new test-tool command merge-ort-wrappers: new convience wrappers to mimic the old merge API merge-ort: barebones API of new merge strategy with empty implementation
This commit is contained in:
@ -55,6 +55,7 @@ struct replay_opts {
|
||||
int explicit_cleanup;
|
||||
|
||||
/* Merge strategy */
|
||||
char *default_strategy; /* from config options */
|
||||
char *strategy;
|
||||
char **xopts;
|
||||
size_t xopts_nr, xopts_alloc;
|
||||
|
Reference in New Issue
Block a user