summaryrefslogtreecommitdiff
path: root/tests/config/conditionals.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalEdward Thomson2021-09-301-16/+18
* config: implement "onbranch" conditionalPatrick Steinhardt2019-08-011-0/+40
* tests: config: catch OOM when assembling conditional configPatrick Steinhardt2019-08-011-3/+3
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* config_file: use `wildmatch` to evaluate conditionalsPatrick Steinhardt2019-06-151-0/+3
* config_file: do not include trailing '/' for "gitdir" conditionalsPatrick Steinhardt2019-06-151-26/+28
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* tests: resolve the real path for the sandbox in includeIf testsCarlos Martín Nieto2017-10-311-6/+14
* config_file: implement "gitdir/i" conditionalPatrick Steinhardt2017-10-091-0/+13
* config_file: implement conditional "gitdir" includesPatrick Steinhardt2017-10-091-0/+82