summaryrefslogtreecommitdiff
path: root/src/config_cache.c
Commit message (Expand)AuthorAgeFilesLines
* path: introduce ondisk and workdir path validationEdward Thomson2021-04-281-0/+1
* config_cache: cleanup config map lookupEdward Thomson2020-12-201-5/+8
* threads: give atomic functions the git_atomic prefixEdward Thomson2020-12-061-2/+2
* Make the odb race-freelhchavez2020-11-281-2/+3
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-38/+38
* refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-181-1/+7
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-021-0/+1
* config_cache: check return value of `git_config__lookup_entry`Patrick Steinhardt2016-03-111-1/+2
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-1/+2
* Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-171-0/+2
* Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson2014-05-301-1/+7
* Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-131-18/+24
* Introduce core.safecrlf handlingEdward Thomson2014-04-071-0/+1
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-11/+11
* Put hooks in place for precompose in dirload fnRussell Belfer2013-10-031-0/+1
* Add configs to repo config cacheRussell Belfer2013-04-231-7/+24
* 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
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-1/+0
* config: Add missing fileVicent Martí2012-03-021-0/+95