- createTag
GitOid createTag(GitRepo repo, string tag_name, GitObject target, GitSignature tagger, string message, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTagAnnotation
GitOid createTagAnnotation(GitRepo repo, string tag_name, GitObject target, GitSignature tagger, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTagFromBuffer
GitOid createTagFromBuffer(GitRepo repo, string buffer, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTagLightweight
GitOid createTagLightweight(GitRepo repo, string tag_name, GitObject target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteTag
void deleteTag(GitRepo repo, string tag_name)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateTags
void iterateTags(GitRepo repo, ContinueWalk delegate(string name, GitOid oid) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- listMatchingTags
string[] listMatchingTags(GitRepo repo, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
- listTags
string[] listTags(GitRepo repo)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupTag
GitTag lookupTag(GitRepo repo, GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupTag
GitTag lookupTag(GitRepo repo, GitOid oid, size_t oid_length)
Undocumented in source. Be warned that the author may not have intended to support it.