summaryrefslogtreecommitdiff
path: root/tag.go
AgeCommit message (Collapse)Author
2015-07-31Move CreateTag to the tags collectionCarlos Martín Nieto
2015-07-31Add more support for tagsCalin Seciu
Implement support for the following libgit2 functions: - 'git_tag_list' and 'git_tag_list_match' - 'git_tag_foreach' - 'git_tag_create_lightweight'
2015-07-31Add TagsCollectionCalin Seciu
2014-06-09add support for annotated tagsFrank Benkstein