summaryrefslogtreecommitdiff
path: root/tests-clar/config
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-1414-1780/+0
* Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-0/+31
|\
| * Add another testcase to make sure double quotes are correctly escapedSven Strickroth2013-11-071-0/+4
| * Add a testcase for values which needs quotesSven Strickroth2013-11-071-0/+27
* | Propagate ELOCKED error when updating the confignulltoken2013-11-051-0/+13
* | move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
|/
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-0/+65
* Add negative test cases for config header with invalid charactersLinquize2013-10-011-0/+22
* Add test case to test ']' and '\\' characters in config subsectionLinquize2013-10-011-0/+7
* Make tests pass if XDG config existsRussell Belfer2013-09-241-9/+14
* config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+14
* config: fix variable overridingCarlos Martín Nieto2013-09-072-0/+37
* config: refresh included filesCarlos Martín Nieto2013-09-071-0/+23
* config: add support for include directivesCarlos Martín Nieto2013-09-071-0/+50
* Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-283-30/+111
|\
| * config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-1/+1
| * config: introduce a regex-filtering iteratorCarlos Martín Nieto2013-08-121-0/+33
| * config: introduce _iterator_new()Carlos Martín Nieto2013-08-121-0/+30
| * config: add _next() and _iterator_free()Carlos Martín Nieto2013-08-081-0/+18
| * config: working multivar iteratorCarlos Martín Nieto2013-08-081-7/+7
| * config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-082-23/+23
* | Merge pull request #1771 from nvloff/write_empty_config_valueRussell Belfer2013-08-081-0/+17
|\ \ | |/ |/|
| * config: allow empty string as valueNikolai Vladimirov2013-08-081-0/+17
* | Parse config headers with quoted quotesEdward Thomson2013-08-071-5/+16
|/
* Add more tests for git_config_get_multivarRussell Belfer2013-07-091-8/+48
* config: convenience function to open global/xdgCarlos Martín Nieto2013-05-071-0/+67
* repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-071-7/+0
* Merge pull request #1493 from carlosmn/remotesVicent Martí2013-04-221-0/+16
|\
| * config: allow setting multivars when none exist yetCarlos Martín Nieto2013-04-201-0/+16
* | Move git_config_backend to include/git2/sysRussell Belfer2013-04-211-0/+1
|/
* config: don't allow passing NULL as a value to setCarlos Martín Nieto2013-03-091-0/+14
* Test config name validationRussell Belfer2013-01-291-0/+68
* Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí2013-01-253-6/+6
|\
| * Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-253-6/+6
* | config: support trailing backslashesCarlos Martín Nieto2013-01-251-0/+17
|/
* tests: Fix some memory leaksnulltoken2013-01-061-0/+2
* Proper cleanup jeezVicent Marti2013-01-031-5/+7
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
* Cleanup after testsBen Straub2013-01-031-0/+1
* versions: MSVC build fixesVicent Marti2012-12-051-1/+2
* Deploy git_config_backend versionBen Straub2012-11-301-0/+20
* Clean up config.hBen Straub2012-11-272-5/+5
* Fix a couple of warningsMichael Schubert2012-11-181-1/+0
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-172-0/+21
* config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-1/+3
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-0/+6
* config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* Remove unused variablesMichael Schubert2012-11-131-1/+0
* config: make git_config_open_level() work with an empty confignulltoken2012-11-091-0/+13
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+67