summaryrefslogtreecommitdiff
path: root/tests/config/include.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-22/+23
* config: fix included configs not refreshed more than onceNicolas Cavallari2021-06-231-0/+24
* tests: config: assert behaviour around includesPatrick Steinhardt2019-08-011-0/+30
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-051-0/+10
* tests: always unlink created config filesPatrick Steinhardt2018-10-051-2/+30
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* config_file: refuse modifying included variablesPatrick Steinhardt2017-07-151-0/+18
* config_file: move reader into `config_read` onlyPatrick Steinhardt2017-07-151-0/+13
* config_file: refresh all files if includes were modifiedPatrick Steinhardt2017-07-151-0/+10
* tests: config::include: use init and cleanup functionsPatrick Steinhardt2017-07-151-43/+15
* config::include: sanitize homedirEdward Thomson2017-03-231-0/+3
* add failing test to include a missing config file relative to home dirSim Domingo2017-03-231-0/+17
* Plug a few leaksCarlos Martín Nieto2015-03-041-0/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-22/+28
* Add test for include.path inside included configYury G. Kudryashov2015-02-131-0/+22
* tests: use p_ instead of posix func directlyEdward Thomson2014-12-101-2/+2
* Clean up issues include.path issues found during code review.John Fultz2014-11-021-3/+4
* Make config reading continue after hitting a missing include file.John Fultz2014-11-011-0/+15
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-23/+0
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-0/+2
* Rename tests-clar to testsBen Straub2013-11-141-0/+109