]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.h
doc: pretty-formats describe use of ellipsis in truncation
[thirdparty/git.git] / unpack-trees.h
index efb9edfbb2717b4739247ecdd58a104e1d44cfd2..3a7b3e5f0077938f1e28de5f41a691191c098744 100644 (file)
@@ -71,9 +71,11 @@ struct unpack_trees_options {
                     quiet,
                     exiting_early,
                     show_all_errors,
-                    dry_run;
+                    dry_run,
+                    skip_cache_tree_update;
        enum unpack_trees_reset_type reset;
        const char *prefix;
+       const char *super_prefix;
        int cache_bottom;
        struct pathspec *pathspec;
        merge_fn_t fn;