summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* Fix git_submodule_sync and add new config helperRussell Belfer2014-04-011-0/+8
* config: use git_buf for returning pathsCarlos Martín Nieto2014-01-271-5/+0
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-0/+21
* Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-1/+1
* config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-0/+3
* config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-081-5/+0
* config: compilation fixesCarlos Martín Nieto2013-08-081-2/+2
* Don't typedef a pointerCarlos Martín Nieto2013-08-081-0/+5
* repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-071-0/+3
* Implement global/system file search pathsRussell Belfer2013-03-151-3/+4
* update copyrightsEdward Thomson2013-01-081-1/+1
* Clean up config.hBen Straub2012-11-271-1/+1
* config: Make git_config_file__ondisk() internalnulltoken2012-11-171-0/+13
* config: introduce git_config_rename_section()nulltoken2012-10-251-0/+5
* Add config level support in the config APIyorah2012-10-231-5/+0
* Rename xdr to xdgSven Strickroth2012-10-021-1/+1
* Silence MinGW warningsSven Strickroth2012-09-291-0/+1
* Support new config locationsRussell Belfer2012-08-241-0/+1
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-0/+3
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+2
* Update Copyright headerschu2012-02-131-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-0/+3
* repository: Change ownership semanticsVicent Marti2011-11-261-1/+1
* *: correct and codify various file permissionsBrodie Rao2011-10-141-0/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-181-0/+2
* Add git_repository_config APICarlos Martín Nieto2011-06-171-0/+1
* config: Cleanup & renaming of the external APIVicent Marti2011-05-201-1/+1
* Rewrite `git_config_open_global`Vicent Marti2011-05-201-0/+2
* utils: Move git__str[n]tolowerVicent Marti2011-05-171-3/+0
* Move config to a backend structureCarlos Martín Nieto2011-05-101-61/+3
* config: store the section name separatelyCarlos Martín Nieto2011-05-051-0/+1
* config: use and implement list macrosCarlos Martín Nieto2011-04-071-6/+42
* config: move str(n)tolower to the git__ namespaceCarlos Martín Nieto2011-04-061-2/+2
* Add strtolower and strntolower functionsCarlos Martín Nieto2011-03-311-0/+3
* git_config: reorder fields according to useCarlos Martín Nieto2011-03-301-3/+3
* config: use a singly-linked list instead of a hash tableCarlos Martín Nieto2011-03-301-1/+10
* Determine variable type at runtimeCarlos Martín Nieto2011-03-301-6/+1
* Move git_cvar_type to include/git2/config.hCarlos Martín Nieto2011-03-291-8/+4
* Rename git_config_{type,var} to git_cvar{_type,}Carlos Martín Nieto2011-03-291-3/+3
* Move the struct declaration outside config.cCarlos Martín Nieto2011-03-281-0/+33