summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-20Merge branch 'ps/cache-tree-w-broken-index-entry' into maint-2.47Junio C Hamano1-2/+3
2024-10-07cache-tree: refactor verification to return error codesPatrick Steinhardt1-2/+3
2024-10-04Merge branch 'ds/read-cache-mempool-leakfix'Junio C Hamano1-0/+1
2024-10-01read-cache: free threaded memory poolDerrick Stolee1-0/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-2/+4
2024-08-26Merge branch 'ps/maintenance-detach-fix'Junio C Hamano1-3/+9
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-11/+11
2024-08-16config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt1-3/+9
2024-08-14read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt1-39/+58
2024-08-13config: pass repo to `git_config_get_expiry()`Patrick Steinhardt1-2/+2
2024-08-13config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt1-1/+1
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt1-1/+1
2024-08-13config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt1-4/+4
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-3/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+3
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt1-1/+1
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+5
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-4/+4
2024-06-14hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functionsPatrick Steinhardt1-1/+1
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-2/+3
2024-04-29Sync with 2.44.1Johannes Schindelin1-53/+19
2024-04-19Sync with 2.43.4Johannes Schindelin1-53/+19
2024-04-19Sync with 2.42.2Johannes Schindelin1-53/+19
2024-04-19Sync with 2.41.1Johannes Schindelin1-53/+19
2024-04-19Sync with 2.40.2Johannes Schindelin1-53/+19
2024-04-19Sync with 2.39.4Johannes Schindelin1-53/+19
2024-04-17has_dir_name(): do not get confused by characters < '/'Filip Hejsek1-53/+19
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano1-3/+5
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-09-15cache: add fake_lstat()Junio C Hamano1-0/+27
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-08Merge branch 'js/empty-index-fixes'Junio C Hamano1-6/+9
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29split-index: accept that a base index can be emptyJohannes Schindelin1-6/+8
2023-06-29do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin1-0/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren1-0/+1
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren1-0/+1
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren1-84/+0
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren1-0/+102
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren1-0/+137
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-68/+13
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+5
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24cache,tree: move basic name compare functions from read-cache to treeElijah Newren1-68/+0