t6022: Add testcase for spurious "refusing to lose untracked" messages
[gitweb.git] / merge-recursive.h
index 981ed6ac94b5ed73f15a3b0dca723586374ca0b8..58f3435e9e854ab82c2fd0c10c55520bc69e5ed0 100644 (file)
@@ -20,10 +20,13 @@ struct merge_options {
        int diff_rename_limit;
        int merge_rename_limit;
        int rename_score;
+       int needed_rename_limit;
+       int show_rename_progress;
        int call_depth;
        struct strbuf obuf;
        struct string_list current_file_set;
        struct string_list current_directory_set;
+       struct string_list df_conflict_file_set;
 };
 
 /* merge_trees() but with recursive ancestor consolidation */