X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=send-pack.h;h=1d7b1b3b4f41177dfd6637fcd98a0fc01f310c09;hb=a0f4afbe87ddda7902e36350d163dea146166550;hp=83d76c7e35183ded9eec5a56c59d4da549c0b584;hpb=a54c4edc511608fdba513cc94812c31fd4b497f6;p=git.git diff --git a/send-pack.h b/send-pack.h index 83d76c7e3..1d7b1b3b4 100644 --- a/send-pack.h +++ b/send-pack.h @@ -6,6 +6,7 @@ struct send_pack_args { send_mirror:1, force_update:1, use_thin_pack:1, + use_ofs_delta:1, dry_run:1; };