X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tag.h;h=bc8a1e40f04e87a6d502ab9d96022f734c57f4eb;hb=d90b16ed421eb51fc4d7c6bda5f3332cc2e3aece;hp=5ee88e6550cafa78b7e4acaa1285d5805974a037;hpb=67f8d5b87d8ec3dcdb311f31b534332b74c93142;p=git.git diff --git a/tag.h b/tag.h index 5ee88e655..bc8a1e40f 100644 --- a/tag.h +++ b/tag.h @@ -16,6 +16,7 @@ extern struct tag *lookup_tag(const unsigned char *sha1); extern int parse_tag_buffer(struct tag *item, const void *data, unsigned long size); extern int parse_tag(struct tag *item); extern struct object *deref_tag(struct object *, const char *, int); +extern struct object *deref_tag_noverify(struct object *); extern size_t parse_signature(const char *buf, unsigned long size); #endif /* TAG_H */