]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.h
Add basic infrastructure to assign attributes to paths
[thirdparty/git.git] / unpack-trees.h
index c4601621cd71ac6e750c90bd3ac4b426d8e12369..fee7da43822b63e5b1f24444e5c51c43d3ff5760 100644 (file)
@@ -16,6 +16,8 @@ struct unpack_trees_options {
        int verbose_update;
        int aggressive;
        const char *prefix;
+       int pos;
+       struct dir_struct *dir;
        merge_fn_t fn;
 
        int head_idx;