X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=unpack-trees.h;h=79989483079970e9dad42512e522eef8ea2a75a4;hb=4f9aba9c26d18d44e3a51b57d0e548a0cb39fcd9;hp=cd11a08365ab3e27b1321b3df87bcab6b9278f90;hpb=25197ebe7f813407b028a2c304ff8ee58da40a16;p=git.git diff --git a/unpack-trees.h b/unpack-trees.h index cd11a0836..799894830 100644 --- a/unpack-trees.h +++ b/unpack-trees.h @@ -46,7 +46,9 @@ struct unpack_trees_options { debug_unpack, skip_sparse_checkout, gently, - show_all_errors; + exiting_early, + show_all_errors, + dry_run; const char *prefix; int cache_bottom; struct dir_struct *dir;