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 8e843924c..3555d8e8a 100644 --- a/send-pack.h +++ b/send-pack.h @@ -11,6 +11,7 @@ struct send_pack_args { use_thin_pack:1, use_ofs_delta:1, dry_run:1, + push_cert:1, stateless_rpc:1; }; |