merge-recursive: move call_depth to struct merge_options
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
This commit is contained in:

committed by
Junio C Hamano

parent
6eb1b43793
commit
5033639c95
@ -9,6 +9,7 @@ struct merge_options {
|
||||
int verbosity;
|
||||
int diff_rename_limit;
|
||||
int merge_rename_limit;
|
||||
int call_depth;
|
||||
};
|
||||
|
||||
/* merge_trees() but with recursive ancestor consolidation */
|
||||
|
Reference in New Issue
Block a user