summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2025-11-24Merge branch 'bc/submodule-force-same-hash'Junio C Hamano-3/+0
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King-3/+0
2025-10-08Merge branch 'ps/rust-balloon'Junio C Hamano-2/+4
2025-10-02varint: use explicit width for integersPatrick Steinhardt-2/+4
2025-09-16odb: add transaction interfaceJustin Tobler-2/+2
2025-09-16object-file: relocate ODB transaction codeJustin Tobler-1/+0
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler-2/+3
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano-1/+1
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt-2/+2
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-7/+7
2025-07-07read-cache: report lock error when refreshing indexHan Young-1/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-3/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-3/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-05-15has_dir_name(): make code more obviousJohannes Schindelin-42/+13
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-3/+3
2025-04-23Merge branch 'js/range-check-codeql-workaround'Junio C Hamano-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt-2/+2
2025-03-28read-cache: check range before dereferencing an array elementJohannes Schindelin-2/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-1/+1
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-8/+18
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-1/+1
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt-7/+17
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt-7/+7
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt-6/+6
2024-12-18resolve-undo: stop using `the_repository`Patrick Steinhardt-2/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt-1/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-10-22Merge branch 'ps/cache-tree-w-broken-index-entry'Taylor Blau-2/+3
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano-0/+1
2024-10-07cache-tree: refactor verification to return error codesPatrick Steinhardt-2/+3
2024-10-04Merge branch 'ds/read-cache-mempool-leakfix'Junio C Hamano-0/+1
2024-10-01read-cache: free threaded memory poolDerrick Stolee-0/+1
2024-09-30read-cache: fix leaking hash context in `do_write_index()`Patrick Steinhardt-0/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-2/+4
2024-08-26Merge branch 'ps/maintenance-detach-fix'Junio C Hamano-3/+9
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano-11/+11
2024-08-16config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt-3/+9
2024-08-14read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt-39/+58
2024-08-13config: pass repo to `git_config_get_expiry()`Patrick Steinhardt-2/+2
2024-08-13config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt-1/+1
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt-1/+1
2024-08-13config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt-4/+4
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt-3/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+3
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt-1/+1
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-3/+5