Merge branch 'dl/rebase-i-keep-base'
[gitweb.git] / ll-merge.h
index 6c6e22e40d9bab4b5071319acd5356993e7888b4..e78973dd55ed596e26dcf4a372671ad03b97986a 100644 (file)
@@ -13,6 +13,7 @@ struct ll_merge_options {
        unsigned virtual_ancestor : 1;
        unsigned variant : 2;   /* favor ours, favor theirs, or union merge */
        unsigned renormalize : 1;
+       unsigned extra_marker_size;
        long xdl_opts;
 };
 
@@ -25,5 +26,6 @@ int ll_merge(mmbuffer_t *result_buf,
             const struct ll_merge_options *opts);
 
 int ll_merge_marker_size(struct index_state *istate, const char *path);
+void reset_merge_attributes(void);
 
 #endif