]> git.ipfire.org Git - thirdparty/git.git/blobdiff - merge-recursive.h
merge-recursive: fix was_tracked() to quit lying with some renamed paths
[thirdparty/git.git] / merge-recursive.h
index d863cf88676ef321aad85d395f964efe5673a805..248093e407c7744b1e3e9a5bd5780375a1c6c07f 100644 (file)
@@ -29,6 +29,7 @@ struct merge_options {
        struct hashmap current_file_dir_set;
        struct string_list df_conflict_file_set;
        struct unpack_trees_options unpack_opts;
+       struct index_state orig_index;
 };
 
 /*