X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=send-pack.h;h=28141ac913f6558b81ff0b1b21a1e1b5ead43fa0;hb=249b2004d8c9c58ed1ea1665dfd376af0312ed7e;hp=1d7b1b3b4f41177dfd6637fcd98a0fc01f310c09;hpb=5e64650d938d7a23b73532b4a68bc6bd08cfd041;p=git.git diff --git a/send-pack.h b/send-pack.h index 1d7b1b3b4..28141ac91 100644 --- a/send-pack.h +++ b/send-pack.h @@ -3,11 +3,13 @@ struct send_pack_args { unsigned verbose:1, + quiet:1, send_mirror:1, force_update:1, use_thin_pack:1, use_ofs_delta:1, - dry_run:1; + dry_run:1, + stateless_rpc:1; }; int send_pack(struct send_pack_args *args,