X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=send-pack.h;h=8ff1dc35390083c3648c4ee5790f35633d956069;hb=c30e699fc509f43f459c17d3148e7d866fb9157a;hp=7a24f71c77b1a1d700171bdf088a3c3c7527c6ae;hpb=96249c04c07f00485a3ed1052ff10b27ab147fc5;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;