X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=send-pack.h;h=8ff1dc35390083c3648c4ee5790f35633d956069;hb=71cbf773df4a339e3534077bc9a0e69875146963;hp=7a24f71c77b1a1d700171bdf088a3c3c7527c6ae;hpb=2d4eb71c6c06e8f15351d996a9413974e15cab0b;p=git.git diff --git a/send-pack.h b/send-pack.h index 7a24f71c7..8ff1dc353 100644 --- a/send-pack.h +++ b/send-pack.h @@ -5,6 +5,7 @@ struct send_pack_args { const char *receivepack; unsigned verbose:1, send_all:1, + send_mirror:1, force_update:1, use_thin_pack:1, dry_run:1;