diff options
Diffstat (limited to 'unpack-trees.h')
-rw-r--r-- | unpack-trees.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unpack-trees.h b/unpack-trees.h index 4c6c54033e..7998948307 100644 --- a/unpack-trees.h +++ b/unpack-trees.h @@ -47,7 +47,8 @@ struct unpack_trees_options { skip_sparse_checkout, gently, exiting_early, - show_all_errors; + show_all_errors, + dry_run; const char *prefix; int cache_bottom; struct dir_struct *dir; |