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