summaryrefslogtreecommitdiff
path: root/tests/config
Commit message (Expand)AuthorAgeFilesLines
* config: test all multivars are updatedEdward Thomson2015-05-041-6/+16
* config: use wildcard in test instead of empty exprEdward Thomson2015-05-041-1/+1
* config: cleanup some now-unused variablesEdward Thomson2015-05-041-2/+0
* Test setting config var under duplicate header.Ryan Roden-Corrent2015-05-041-0/+49
* config: examine whole file when writingEdward Thomson2015-05-041-0/+37
* config: test overwriting cvar in multiple regionsEdward Thomson2015-05-041-0/+36
* config: ensure we can write to an empty fileEdward Thomson2015-05-041-0/+72
* config: ensure we can write to an empty fileEdward Thomson2015-04-231-0/+35
* config: test that we validate the keyEdward Thomson2015-04-231-0/+35
* Specify mock config file content in test.Ryan Roden-Corrent2015-04-211-4/+11
* Unittest to validate config entry deletion bug.Ryan Roden-Corrent2015-04-211-0/+31
* config_file: comment char can be invalid escapeEdward Thomson2015-04-201-0/+11
* config_file: parse multilines generouslyEdward Thomson2015-04-201-6/+34
* Fix checking of return value for regcomp.Patrick Steinhardt2015-04-101-0/+12
* Plug a few leaksCarlos Martín Nieto2015-03-041-0/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-0310-140/+169
* Add test for include.path inside included configYury G. Kudryashov2015-02-131-0/+22
* config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-141-0/+46
* 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 test: clean up memory leakEdward Thomson2014-10-261-0/+1
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-233-92/+0
* Change the length of the file so that the change is picked up.Alan Rogers2014-10-231-2/+2
* Add a test to make sure a new snapshot has the new value.Alan Rogers2014-10-231-1/+14
* config: Add test cases that have trailing spaces before comment charsLinquize2014-10-041-0/+12
* config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-091-0/+13
* Add unit test to test add section without lf at EOFLinquize2014-07-161-0/+16
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-162-0/+32
|\
| * tests: Introduce count_config_entries_match() helpernulltoken2014-04-302-0/+32
* | Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-152-27/+3
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-124-9/+97
|\ \
| * | config: refresh on deleteCarlos Martín Nieto2014-04-181-3/+3
| * | config: refresh before reading a valueCarlos Martín Nieto2014-04-182-11/+3
| * | config: refresh the values on writeCarlos Martín Nieto2014-04-181-1/+1
| * | config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+69
| * | config: document current write behaviour in a testCarlos Martín Nieto2014-04-181-0/+27
| |/
* | Improve handling of fake home directoryRussell Belfer2014-05-021-8/+27
|/
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-112-4/+7
* Improve GIT_EUSER handlingRussell Belfer2013-12-113-20/+83
* Rename tests-clar to testsBen Straub2013-11-1414-0/+1780