X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=merge-recursive.h;h=fd138ca14006843a7ce0c38cfde4de580d5ce36e;hb=003b33a8;hp=72f0a2895d15124edb778cdae93ffe6c7d985f12;hpb=8a2fce1895c058945d8e2dbd8cb7456cc7450ad8;p=git.git diff --git a/merge-recursive.h b/merge-recursive.h index 72f0a2895..fd138ca14 100644 --- a/merge-recursive.h +++ b/merge-recursive.h @@ -1,6 +1,8 @@ #ifndef MERGE_RECURSIVE_H #define MERGE_RECURSIVE_H +#include "string-list.h" + struct merge_options { const char *branch1; const char *branch2; @@ -9,6 +11,10 @@ struct merge_options { int verbosity; int diff_rename_limit; int merge_rename_limit; + int call_depth; + struct strbuf obuf; + struct string_list current_file_set; + struct string_list current_directory_set; }; /* merge_trees() but with recursive ancestor consolidation */