summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-1/+1
2026-07-19Merge branch 'hf/unpack-trees-quadratic-scan'Junio C Hamano1-1/+3
2026-07-08unpack-trees: avoid quadratic index scan in next_cache_entry()Henrique Ferreiro1-1/+3
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+1
2026-06-09unpack-trees: use repository from index instead of globalJayesh Daga1-7/+7
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-03unpack-trees.c: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-07unpack-trees: detect mismatching number of cache-tree/index entriesPatrick Steinhardt1-0/+2
2024-10-07cache-tree: refactor verification to return error codesPatrick Steinhardt1-3/+7
2024-08-14unpack-trees: clear index when not propagating itPatrick Steinhardt1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-1/+2
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano1-1/+1
2023-09-29parse: separate out parsing functions from config.hCalvin Wan1-1/+1
2023-08-31tree-walk: reduce stack size for recursive functionsJeff King1-2/+7
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+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-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren1-0/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.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-1/+1
2023-04-04Merge branch 'js/split-index-fixes'Junio C Hamano1-0/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27unpack-trees: take care to propagate the split-index flagJohannes Schindelin1-0/+2
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-0/+1
2023-02-27unpack-trees: add usage notices around df_conflict_entryElijah Newren1-0/+2
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren1-11/+11
2023-02-27unpack-trees: rewrap a few overlong lines from previous patchElijah Newren1-7/+9
2023-02-27unpack-trees: mark fields only used internally as internalElijah Newren1-79/+80
2023-02-27unpack_trees: start splitting internal fields from public APIElijah Newren1-20/+20
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren1-0/+1
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren1-7/+11
2023-02-27unpack-trees: clean up some flow controlElijah Newren1-4/+3
2023-02-27unpack-trees: heed requests to overwrite ignored filesElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-1/+1
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-1/+1