summaryrefslogtreecommitdiff
path: root/include/git2/sys/config.h
Commit message (Expand)AuthorAgeFilesLines
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-0/+1
* config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-2/+0
* config: working multivar iteratorCarlos Martín Nieto2013-08-081-1/+1
* config: hopefully get the iterator to work on multivarsCarlos Martín Nieto2013-08-081-1/+1
* config: initial multivar iteratorCarlos Martín Nieto2013-08-081-2/+4
* config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-081-3/+27
* config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-1/+1
* Don't typedef a pointerCarlos Martín Nieto2013-08-081-1/+1
* replaced foreach() with non callback based iterations in git_config_backendNico von Geyso2013-08-081-1/+3
* Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-241-2/+2
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-2/+3
* Move git_config_backend to include/git2/sysRussell Belfer2013-04-211-0/+70