summaryrefslogtreecommitdiff
path: root/tests/config
Commit message (Expand)AuthorAgeFilesLines
* leaks: fix some leaks in the testsEdward Thomson2016-03-311-0/+3
* Merge pull request #3712 from ethomson/config_duplicate_sectionCarlos Martín Nieto2016-03-291-0/+24
|\
| * config::write::repeated: init our bufferEdward Thomson2016-03-281-1/+1
| * config: show we write a spurious duplicated section headerCarlos Martín Nieto2016-03-281-0/+24
* | config: don't special-case multivars that don't exist yetcmn/multivar-set-lockedCarlos Martín Nieto2016-03-211-1/+1
|/
* tests: config::stress: free `git_config` structsPatrick Steinhardt2015-11-241-0/+3
* tests: config::global: fix memleak in open_programdataPatrick Steinhardt2015-11-241-1/+1
* config::global: use PROGRAMDATA configurationEdward Thomson2015-11-171-4/+6
* config: add failing test for an external modificationCarlos Martín Nieto2015-10-301-0/+20
* config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-211-0/+40
* config: test that comments are left as with gitLinquize2015-09-181-3/+8
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-3/+3
* Don't free config in `git_transaction_commit`.Arthur Schreiber2015-09-131-0/+10
* config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-121-3/+4
* config: expose locking via the main APICarlos Martín Nieto2015-08-121-19/+22
* config: implement basic transactional supportCarlos Martín Nieto2015-08-121-0/+46
* 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