diff options
Diffstat (limited to 'send-pack.h')
-rw-r--r-- | send-pack.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/send-pack.h b/send-pack.h index 83d76c7e35..28141ac913 100644 --- a/send-pack.h +++ b/send-pack.h @@ -3,10 +3,13 @@ struct send_pack_args { unsigned verbose:1, + quiet:1, send_mirror:1, force_update:1, use_thin_pack:1, - dry_run:1; + use_ofs_delta:1, + dry_run:1, + stateless_rpc:1; }; int send_pack(struct send_pack_args *args, |