summaryrefslogtreecommitdiff
path: root/describe_test.go
AgeCommit message (Collapse)Author
2017-01-20Update libgit2 to df4dfaadCarlos Martín Nieto
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-31Add git-describe supportCalin Seciu
Includes 'git_describe_commit' and 'git_describe_workdir'.