libgit2

tag

Version:
Git tag parsing routines

Objects

Parsed representation of a tag object

Functions

Lookup a tag object from the repository

Close an open tag

Get the id of a tag

Get the tagged object of a tag

Get the OID of the tagged object of a tag

Get the type of a tag's tagged object

Get the name of a tag

Get the tagger (author) of a tag

Get the message of a tag

Create a new tag in the repository from an OID

Create a new tag in the repository from an existing git_object instance

Create a new tag in the repository from a buffer

Create a new tag in the repository from an OID and overwrite an already existing tag reference, if any

Create a new tag in the repository from an existing git_object instance and overwrite an already existing tag reference, if any

Delete an existing tag reference

Fill a list with all the tags in the Repository