X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=fetch-pack.h;h=8bd9c32561e79d194d27fa10cc98a26aa2cb673c;hb=2a5fe2545882721d6841bad11dae0f15b454bf0d;hp=8d35ef60bf6d975939362a9c01ece4026140f8c9;hpb=9e7bd0110b41f9bb16377e322300629f8c4d6c12;p=git.git diff --git a/fetch-pack.h b/fetch-pack.h index 8d35ef60b..8bd9c3256 100644 --- a/fetch-pack.h +++ b/fetch-pack.h @@ -12,7 +12,8 @@ struct fetch_pack_args use_thin_pack:1, fetch_all:1, verbose:1, - no_progress:1; + no_progress:1, + include_tag:1; }; struct ref *fetch_pack(struct fetch_pack_args *args,