summaryrefslogtreecommitdiff
path: root/describe.go
AgeCommit message (Collapse)Author
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-07-08First round of mass keep-alive additionsCarlos Martín Nieto
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
An Object should be about representing a libgit2 object rather than showing which methods it should support. Change any return of Object to *Object and provide methods to convert between this and the particular type.
2015-07-31Add git-describe supportCalin Seciu
Includes 'git_describe_commit' and 'git_describe_workdir'.