summaryrefslogtreecommitdiff
path: root/include/git2/sys/config.h
Commit message (Expand)AuthorAgeFilesLines
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-1/+3
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-1/+0
* Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-1/+3
|\
| * config: refresh before reading a valueCarlos Martín Nieto2014-04-181-1/+1
| * config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+2
* | Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-5/+4
|/
* 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