diff options
Diffstat (limited to 'send-pack.h')
-rw-r--r-- | send-pack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/send-pack.h b/send-pack.h index 7a24f71c77..8ff1dc3539 100644 --- a/send-pack.h +++ b/send-pack.h @@ -5,6 +5,7 @@ struct send_pack_args { const char *receivepack; unsigned verbose:1, send_all:1, + send_mirror:1, force_update:1, use_thin_pack:1, dry_run:1; |