summaryrefslogtreecommitdiff
path: root/tag_test.go
AgeCommit message (Collapse)Author
2016-08-27Run the tests in parallelCarlos Martín Nieto
This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control.
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-04-24tests: always clean up temporary repository dirsPatrick Steinhardt
Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories.
2015-03-04go fmtMark Probst
2014-06-09add support for annotated tagsFrank Benkstein