- createTagGitOid 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. 
- createTagAnnotationGitOid 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. 
- createTagFromBufferGitOid createTagFromBuffer(GitRepo repo, string buffer, bool force) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- createTagLightweightGitOid 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. 
- deleteTagvoid deleteTag(GitRepo repo, string tag_name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- iterateTagsvoid 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. 
- listMatchingTagsstring[] listMatchingTags(GitRepo repo, string pattern) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- listTagsstring[] listTags(GitRepo repo) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lookupTagGitTag lookupTag(GitRepo repo, GitOid oid) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lookupTagGitTag lookupTag(GitRepo repo, GitOid oid, size_t oid_length) 
- Undocumented in source. Be warned that the author may not have intended to support it.