diff options
Diffstat (limited to 'send-pack.h')
-rw-r--r-- | send-pack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/send-pack.h b/send-pack.h index 5635457746..b6646488aa 100644 --- a/send-pack.h +++ b/send-pack.h @@ -13,7 +13,8 @@ struct send_pack_args { use_ofs_delta:1, dry_run:1, push_cert:1, - stateless_rpc:1; + stateless_rpc:1, + atomic:1; }; int send_pack(struct send_pack_args *args, |