X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=8eed87ba5ab78eb4635632c21843590467d0d864;hb=c30e699fc509f43f459c17d3148e7d866fb9157a;hp=c2f557357fd4a0eb247f0e6f688efd10f946a08a;hpb=834836bd3f1c817f93ee69a29c904d3333e635f0;p=git.git diff --git a/remote.h b/remote.h index c2f557357..8eed87ba5 100644 --- a/remote.h +++ b/remote.h @@ -53,6 +53,8 @@ struct refspec { char *dst; }; +extern const struct refspec *tag_refspec; + struct ref *alloc_ref(unsigned namelen); struct ref *alloc_ref_from_str(const char* str);