summaryrefslogtreecommitdiff
path: root/tests-clar/config/multivar.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-288/+0
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-0/+65
* config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-1/+1
* 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-081-22/+22
* Add more tests for git_config_get_multivarRussell Belfer2013-07-091-8/+48
* config: allow setting multivars when none exist yetCarlos Martín Nieto2013-04-201-0/+16
* Add config level support in the config APIyorah2012-10-231-6/+4
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-1/+1
* 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