summaryrefslogtreecommitdiff
path: root/tests/describe/describe_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+2
* 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
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* 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-301-2/+2
* describe: use globs in the testsCarlos Martín Nieto2014-09-301-16/+4
* describe: implement describing the workdirCarlos Martín Nieto2014-09-301-0/+26
* describe: split into gather and format stepsCarlos Martín Nieto2014-09-301-2/+6
* describe: rename _object() to _commit()Carlos Martín Nieto2014-09-301-1/+1
* object: introduce git_describe_object()nulltoken2014-04-301-0/+24