summaryrefslogtreecommitdiff
path: root/send-pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-pack.h')
-rw-r--r--send-pack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/send-pack.h b/send-pack.h
index e148fcd..7edb805 100644
--- a/send-pack.h
+++ b/send-pack.h
@@ -26,7 +26,8 @@ struct send_pack_args {
/* One of the SEND_PACK_PUSH_CERT_* constants. */
push_cert:2,
stateless_rpc:1,
- atomic:1;
+ atomic:1,
+ disable_bitmaps:1;
const struct string_list *push_options;
};