merge-recursive: move the global obuf to struct merge_options
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
This commit is contained in:
committed by
Junio C Hamano
parent
b7fa51da9b
commit
c7d849243a
@ -10,6 +10,7 @@ struct merge_options {
|
||||
int diff_rename_limit;
|
||||
int merge_rename_limit;
|
||||
int call_depth;
|
||||
struct strbuf obuf;
|
||||
};
|
||||
|
||||
/* merge_trees() but with recursive ancestor consolidation */
|
||||
|
||||
Reference in New Issue
Block a user