summaryrefslogtreecommitdiff
path: root/tests/describe
Commit message (Expand)AuthorAgeFilesLines
* global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-3/+3
* posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+2
* Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-201-2/+2
|\
| * tests: fix a relative pathname issueEtienne Samson2018-07-061-1/+1
| * tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-2/+2
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-102-3/+3
* describe: only abort without tags if fallback is not allowed.Patrick Steinhardt2015-04-071-1/+6
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* Don't use cl_git_pass for POSIX functionsrb/minor-cleanupsRussell Belfer2014-10-101-2/+2
* describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-304-13/+13
* describe: use globs in the testsCarlos Martín Nieto2014-09-304-49/+34
* describe: implement describing the workdirCarlos Martín Nieto2014-09-303-0/+48
* describe: split into gather and format stepsCarlos Martín Nieto2014-09-304-31/+46
* describe: rename _object() to _commit()Carlos Martín Nieto2014-09-302-2/+2
* object: introduce git_describe_object()nulltoken2014-04-304-0/+215