summaryrefslogtreecommitdiff
path: root/tests/config/write.c
Commit message (Expand)AuthorAgeFilesLines
* leaks: fix some leaks in the testsEdward Thomson2016-03-311-0/+3
* 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: test that comments are left as with gitLinquize2015-09-181-3/+8
* 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
* 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: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-25/+38
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-5/+0
* Add unit test to test add section without lf at EOFLinquize2014-07-161-0/+16
* config: refresh the values on writeCarlos Martín Nieto2014-04-181-1/+1
* config: document current write behaviour in a testCarlos Martín Nieto2014-04-181-0/+27
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-0/+1
* Rename tests-clar to testsBen Straub2013-11-141-0/+305