summaryrefslogtreecommitdiff
path: root/include/git2/config.h
Commit message (Expand)AuthorAgeFilesLines
* config: explicitly state that subsections are case-sensitivecmn/config-regex-is-normalisedCarlos Martín Nieto2018-03-111-6/+11
* config: specify how we match the regular expressionsCarlos Martín Nieto2017-11-181-0/+19
* config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-211-5/+19
* config: correct documentation for non-existent config fileCarlos Martín Nieto2015-09-031-2/+4
* config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-121-16/+7
* config: expose locking via the main APICarlos Martín Nieto2015-08-121-0/+27
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-9/+31
* Use correct Doxygen trailing comment syntaxBen Chatelain2015-02-101-3/+3
* Fix doc comment formattingBen Chatelain2015-02-101-4/+4
* config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-141-0/+32
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-3/+12
* Spelling fixesWill Stamper2014-12-041-1/+1
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-14/+0
* config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
* config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+13
* config: use git_buf for returning pathsCarlos Martín Nieto2014-01-271-13/+11
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-3/+3
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+2
* 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