summaryrefslogtreecommitdiff
path: root/include/git2/config.h
Commit message (Expand)AuthorAgeFilesLines
* include: fix typos in commentsTobias Nießen2021-02-221-1/+1
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-12/+12
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
* config: fix incorrect filename in documentation commentEtienne Samson2018-10-011-1/+1
* doc: small fixups & additionsEtienne Samson2018-10-011-5/+15
* config_file: move include depth into config entryPatrick Steinhardt2018-03-261-0/+1
* Merge pull request #4396 from libgit2/cmn/config-regex-is-normalisedEdward Thomson2018-03-121-2/+26
|\
| * 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: pass repository when opening config filesPatrick Steinhardt2017-10-091-0/+3
|/
* 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