git_tag_delete

Delete an existing tag reference.

The tag name will be checked for validity. See git_tag_create() for rules about valid names.

@param repo Repository where lives the tag

@param tag_name Name of the tag to be deleted; this name is validated for consistency.

@return 0 on success, git_error_code.GIT_EINVALIDSPEC or an error code

extern (C) nothrow @nogc
int
git_tag_delete

Meta