summaryrefslogtreecommitdiff
path: root/include/git2/config.h
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup suggested during reviewRussell Belfer2012-08-221-13/+2
* Add template dir and set gid to repo initRussell Belfer2012-08-221-0/+12
* Fix incorrect array size in example for git_config_get_mappedJosh Triplett2012-08-121-1/+1
* Update iterators for consistency across libraryRussell Belfer2012-08-031-2/+2
* Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-1/+19
* errors: Rename the generic return codesVicent Martí2012-05-181-17/+17
* global: Change parameter ordering in APIVicent Martí2012-05-181-12/+12
* config: Refactor & add `git_config_get_mapped`Vicent Martí2012-03-011-0/+50
* Document {get,set}_multivarCarlos Martín Nieto2012-02-171-2/+15
* Implement setting multivarsCarlos Martín Nieto2012-02-171-0/+7
* Support getting multivarsCarlos Martín Nieto2012-02-171-0/+7
* Update Copyright headerschu2012-02-131-1/+1
* config: Rename the `delete` callback nameVicent Martí2011-12-311-1/+1
* config: really delete variablesCarlos Martín Nieto2011-12-161-0/+1
* msvc: Remove superfluous includesVicent Marti2011-10-051-1/+0
* Include stdint.h in git2/config.hCarlos Martín Nieto2011-10-011-0/+1
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-4/+4
* Add git_config_find_systemCarlos Martín Nieto2011-09-271-0/+12
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+2
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-13/+13
* config: Rename `del` to `deleteVicent Marti2011-07-121-1/+1
* Add tests for deleting a config varCarlos Martín Nieto2011-07-051-1/+9
* config: Fix unmatched parameters in docsVicent Marti2011-06-301-1/+1
* config: `foreach` now returns variable values tooVicent Marti2011-06-291-7/+10
* config: Fix API docsVicent Marti2011-06-191-2/+2
* config: Bring back `git_config_open_global`Vicent Marti2011-06-181-1/+33
* config: Cleanup external APIVicent Marti2011-06-181-15/+35
* Update documentationVicent Marti2011-06-161-2/+2
* 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