summaryrefslogtreecommitdiff
path: root/include/git2/config.h
Commit message (Expand)AuthorAgeFilesLines
* config: explain the cfg and file relationship betterCarlos Martín Nieto2011-06-071-6/+16
* config: update the git_config_add_file documentationCarlos Martín Nieto2011-06-071-2/+2
* config: Cleanup & renaming of the external APIVicent Marti2011-05-201-2/+28
* Add documentation for git_config_add_backendCarlos Martín Nieto2011-05-171-0/+7
* Implement git_config_open_globalCarlos Martín Nieto2011-05-171-0/+7
* Move config to a backend structureCarlos Martín Nieto2011-05-101-1/+11
* config: export git_config_[sg]et_longCarlos Martín Nieto2011-04-191-0/+20
* Determine variable type at runtimeCarlos Martín Nieto2011-03-301-48/+12
* Expose config API for setters, getters and foreachCarlos Martín Nieto2011-03-291-2/+126
* Move the struct declaration outside config.cCarlos Martín Nieto2011-03-281-0/+53