summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* *: 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