X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=send-pack.h;h=28141ac913f6558b81ff0b1b21a1e1b5ead43fa0;hb=7da4e2280ccaf5ecb357f7cb2b81d62f78f00f9e;hp=8b3cf028ed1c54f8a513ad0bcddc847ad47fe602;hpb=efd17968387482f5765a969813707629b85bf74f;p=git.git diff --git a/send-pack.h b/send-pack.h index 8b3cf028e..28141ac91 100644 --- a/send-pack.h +++ b/send-pack.h @@ -8,7 +8,8 @@ struct send_pack_args { 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,