summaryrefslogtreecommitdiffstats
path: root/cache-tree.c
AgeCommit message (Expand)AuthorLines
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano-13/+37
2025-11-18cache-tree: avoid strtol() on non-string bufferJeff King-13/+37
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-07-16odb: introduce `odb_write_object()`Patrick Steinhardt-3/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt-7/+8
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-4/+9
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-1/+1
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-29/+73
2024-10-07cache-tree: detect mismatching number of index entriesPatrick Steinhardt-0/+5
2024-10-07cache-tree: refactor verification to return error codesPatrick Steinhardt-29/+68
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-2/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
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-1/+2
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano-2/+2
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano-2/+2
2024-02-23cache-tree: avoid an unnecessary checkJohannes Schindelin-1/+1
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin-2/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman-1/+1
2023-10-02object-file: add a compat_oid_in parameter to write_object_file_flagsEric W. Biederman-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-8/+8
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason-2/+2
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2023-02-22Merge branch 'rs/cache-tree-strbuf-growth-fix'Junio C Hamano-2/+1
2023-02-10cache-tree: fix strbuf growth in prime_cache_tree_rec()René Scharfe-2/+1
2023-01-08*: fix typos which duplicate a wordAndrei Rybak-1/+1
2022-08-20verify_one_sparse(): drop unused parametersJeff King-4/+2
2022-06-16cache-tree: remove cache_tree_find_path()Derrick Stolee-27/+0
2022-06-10Merge branch 'ab/bug-if-bug'Junio C Hamano-4/+4
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano-0/+27
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano-0/+3
2022-06-02cache-tree.c: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason-4/+4
2022-05-23cache-tree: implement cache_tree_find_path()Derrick Stolee-0/+27