X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=unpack-trees.h;h=79989483079970e9dad42512e522eef8ea2a75a4;hb=b52d00aedeb94f12a16afcef1bb33c989f9b4105;hp=cd11a08365ab3e27b1321b3df87bcab6b9278f90;hpb=f09937de964bb30e0614123daa9051afbffb4408;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;