summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2024-07-26csum-file: introduce discard_hashfile()Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-06-14hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functionsPatrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-17has_dir_name(): do not get confused by characters < '/'Filip Hejsek
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-15cache: add fake_lstat()Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-08Merge branch 'js/empty-index-fixes'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29split-index: accept that a base index can be emptyJohannes Schindelin
2023-06-29do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren
2023-06-21read-cache: move shared add/checkout/commit codeElijah Newren
2023-06-21read-cache: move shared commit and ls-files codeElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24cache,tree: move basic name compare functions from read-cache to treeElijah Newren
2023-04-24cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'js/split-index-fixes'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason