aboutsummaryrefslogtreecommitdiff
path: root/tag.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 13:19:29 +0900
committerJunio C Hamano <gitster@pobox.com>2019-09-30 13:19:29 +0900
commitcf861cd7a018481e8323444d29fe9e6b73c19a06 (patch)
tree854763ac66980d68f83300660e4a88a5c0cc2d23 /tag.h
parent91243b019ddba5248f0fde319bc75e4e2b5602b0 (diff)
parentc77722b3ea42a87381915f1203648a5f5d86c1ff (diff)
downloadgit-cf861cd7a018481e8323444d29fe9e6b73c19a06.tar.xz
Merge branch 'rs/get-tagged-oid'
Code cleanup. * rs/get-tagged-oid: use get_tagged_oid() tag: factor out get_tagged_oid()
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag.h b/tag.h
index 03265fbfe2..3ce8e72192 100644
--- a/tag.h
+++ b/tag.h
@@ -19,5 +19,6 @@ struct object *deref_tag(struct repository *r, struct object *, const char *, in
struct object *deref_tag_noverify(struct object *);
int gpg_verify_tag(const struct object_id *oid,
const char *name_to_report, unsigned flags);
+struct object_id *get_tagged_oid(struct tag *tag);
#endif /* TAG_H */