X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=unpack-trees.h;h=ef70eab39025fcdaccda059692ae447a13fa0aeb;hb=3b0c19663e7976cd32188b42e762c980d1bb93d4;hp=95ff36c824a14a24234459ad552306fb1b5dabf1;hpb=01ddb1ff41cdbd98e257aa4c119a7d51a21f80be;p=git.git diff --git a/unpack-trees.h b/unpack-trees.h index 95ff36c82..ef70eab39 100644 --- a/unpack-trees.h +++ b/unpack-trees.h @@ -31,10 +31,11 @@ struct unpack_trees_options { skip_unmerged, initial_checkout, diff_index_cached, + debug_unpack, skip_sparse_checkout, gently; const char *prefix; - int pos; + int cache_bottom; struct dir_struct *dir; merge_fn_t fn; struct unpack_trees_error_msgs msgs;