summaryrefslogtreecommitdiff
path: root/include/git2/config.h
Commit message (Expand)AuthorAgeFilesLines
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-0/+11
* config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-1/+1
* config: introduce a regex-filtering iteratorCarlos Martín Nieto2013-08-121-0/+12
* config: introduce _iterator_new()Carlos Martín Nieto2013-08-121-0/+11
* config: add _next() and _iterator_free()Carlos Martín Nieto2013-08-081-0/+17
* config: working multivar iteratorCarlos Martín Nieto2013-08-081-0/+10
* config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-081-1/+1
* config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-2/+2
* 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-0/+20
* Fixed most documentation header bugsAndreas Linde2013-06-241-3/+3
* Add high(est) config level for application specific config filesSven Strickroth2013-06-111-0/+4
* Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-241-11/+26
* Unify whitespaces to tabsLinquize2013-05-151-8/+8
* config: convenience function to open global/xdgCarlos Martín Nieto2013-05-071-0/+15
* Move git_config_backend to include/git2/sysRussell Belfer2013-04-211-50/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Correct typos in documentationKevin Sawicki2013-01-061-3/+3
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-0/+3
* Clean up config.hBen Straub2012-11-271-39/+55
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-5/+6
* config: Make git_config_file__ondisk() internalnulltoken2012-11-171-13/+0
* config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+14
* Add config level support in the config APIyorah2012-10-231-24/+162
* Rename xdr to xdgSven Strickroth2012-10-021-7/+7
* Correctly read xdr compatible %HOME%/.config/git/config config fileSven Strickroth2012-09-241-0/+20
* 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