summaryrefslogtreecommitdiff
path: root/src/config_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Put hooks in place for precompose in dirload fnRussell Belfer2013-10-031-0/+1
| | | | | | This doesn't actual do string precompose but it puts the hooks in place into the iterators and the git_path_dirload function so that the actual precompose work is ready to go.
* Add configs to repo config cacheRussell Belfer2013-04-231-7/+24
| | | | | | | | | | | | | This adds a bunch of additional config values to the repository config value cache and makes it easier to add a simple boolean config without creating enum values for each possible setting. Also, this fixes a bug in git_config_refresh where the config cache was not being cleared which could lead to potential incorrect values. The work to start using the new cached configs will come in the next couple of commits...
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Vade retro satanaVicent Marti2012-12-031-1/+1
|
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
|
* errors: Rename the generic return codesVicent Martí2012-05-181-4/+4
|
* global: Change parameter ordering in APIVicent Martí2012-05-181-2/+2
| | | | Consistency is good.
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-1/+0
| | | | | | This renamed `git_khash_str` to `git_strmap`, `git_hash_oid` to `git_oidmap`, and deletes `git_hashtable` from the tree, plus adds unit tests for `git_strmap`.
* config: Add missing fileVicent Martí2012-03-021-0/+95