summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-04-24cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren1-1/+12
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-4/+5
2023-04-04Merge branch 'js/split-index-fixes'Junio C Hamano1-17/+32
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+5
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27split-index; stop abusing the `base_oid` to strip the "link" extensionJohannes Schindelin1-17/+32
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-02-15Merge branch 'rs/size-t-fixes'Junio C Hamano1-6/+7
2023-02-06read-cache: use size_t for {base,df}_name_compare()René Scharfe1-6/+7