X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fetch-pack.h;h=20ccc12e57b9499b0716c8295b4adea38d8d2a86;hb=53f3478d42d00a34bfb031f41a4a9a3a225d312f;hp=461cbf39b2affa71e27dd1a95c24d6c65a938d62;hpb=4766036ecdee2d45b5a955409da5e6751c3e2f05;p=~andy%2Fgit diff --git a/fetch-pack.h b/fetch-pack.h index 461cbf39b..20ccc12e5 100644 --- a/fetch-pack.h +++ b/fetch-pack.h @@ -14,6 +14,7 @@ struct fetch_pack_args { use_thin_pack:1, fetch_all:1, stdin_refs:1, + diag_url:1, verbose:1, no_progress:1, include_tag:1,