summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | cache: add fake_lstat()Junio C Hamano2023-09-161-0/+27
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'js/empty-index-fixes'Junio C Hamano2023-07-081-6/+9
|\ \ | |/ |/|
| * split-index: accept that a base index can be emptyJohannes Schindelin2023-06-291-6/+8
| * do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin2023-06-291-0/+1
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
* | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
* | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-84/+0
* | read-cache: move shared add/checkout/commit codeElijah Newren2023-06-211-0/+102
* | read-cache: move shared commit and ls-files codeElijah Newren2023-06-211-0/+137
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-68/+13
|\ \
| * | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * | cache,tree: move basic name compare functions from read-cache to treeElijah Newren2023-04-241-68/+0
| * | cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren2023-04-241-1/+12
| * | symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+5
|\| |
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+5
| |\ \
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\| | |
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| | |/ | |/|
* | | Merge branch 'js/split-index-fixes'Junio C Hamano2023-04-041-17/+32
|\ \ \ | |_|/ |/| |
| * | split-index; stop abusing the `base_oid` to strip the "link" extensionJohannes Schindelin2023-03-271-17/+32
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
| |/ |/|
* | Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-161-6/+7
|\ \
| * | read-cache: use size_t for {base,df}_name_compare()René Scharfe2023-02-061-6/+7
* | | treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-12/+5
* | | Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano2023-01-171-19/+24
|\ \ \
| * | | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-13/+18
| * | | read-cache.c: refactor set_new_index_sparsity() for subsequent commitÆvar Arnfjörð Bjarmason2023-01-131-6/+6
* | | | Merge branch 'ds/omit-trailing-hash-in-index'Junio C Hamano2023-01-161-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | features: feature.manyFiles implies fast index writesDerrick Stolee2023-01-061-1/+2