summaryrefslogtreecommitdiff
path: root/tests-clar/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: introduce git_remote_rename()nulltoken2012-10-252-0/+20
* branch: remove config section upon deletionnulltoken2012-10-252-0/+26
* Add config level support in the config APIyorah2012-10-236-63/+292
* Fix adding variable to config file with no trailing newlineyorah2012-10-231-0/+18
* Fix config parser boundary logicRussell Belfer2012-08-121-0/+16
* Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+1
* tests: plug a leak in the config stressCarlos Martín Nieto2012-07-211-0/+1
* config: escape subsection names when creating themCarlos Martín Nieto2012-07-211-0/+22
* Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-0/+75
* config: add more tests for writing escaped charsCarlos Martín Nieto2012-06-131-0/+29
* Add a test that shows we don't preserve quotes in config valuesAdam Roben2012-06-131-0/+17
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-182-4/+4
* global: Fix unit tests after reorderingVicent Martí2012-05-185-40/+40
* Update test suiteVicent Martí2012-05-022-8/+8
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-022-1/+35
|\
| * config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-251-0/+12
| * config: parse quoted valuesCarlos Martín Nieto2012-04-161-0/+22
| * error-handling: ReferencesVicent Martí2012-03-061-1/+1
* | Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-313-9/+9
* | config: write out section headers with subsections correctlyCarlos Martín Nieto2012-03-091-0/+15
|/
* Fixing memory leaks indicated by valgrindRussell Belfer2012-03-021-0/+3
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+6
* config: add more comprehensive multivar testsCarlos Martín Nieto2012-02-251-13/+69
* Implement setting multivarsCarlos Martín Nieto2012-02-171-2/+38
* Support getting multivarsCarlos Martín Nieto2012-02-171-0/+28
* tests: add multivar read testCarlos Martín Nieto2012-02-171-0/+24
* Rename the Clay test suite to ClarVicent Martí2012-01-245-0/+398