summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-03unpack-trees.c: *.txt -> *.adoc fixesTodd Zullinger
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-07unpack-trees: detect mismatching number of cache-tree/index entriesPatrick Steinhardt
2024-10-07cache-tree: refactor verification to return error codesPatrick Steinhardt
2024-08-14unpack-trees: clear index when not propagating itPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano
2023-09-29parse: separate out parsing functions from config.hCalvin Wan
2023-08-31tree-walk: reduce stack size for recursive functionsJeff King
2023-06-21object-store-ll.h: split this header out of object-store.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-21name-hash.h: move declarations for name-hash.c from cache.hElijah 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-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.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-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-27unpack-trees: take care to propagate the split-index flagJohannes Schindelin
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27unpack-trees: add usage notices around df_conflict_entryElijah Newren
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren
2023-02-27unpack-trees: rewrap a few overlong lines from previous patchElijah Newren
2023-02-27unpack-trees: mark fields only used internally as internalElijah Newren
2023-02-27unpack_trees: start splitting internal fields from public APIElijah Newren
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren
2023-02-27unpack-trees: clean up some flow controlElijah Newren
2023-02-27unpack-trees: heed requests to overwrite ignored filesElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-13sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-12-15git: remove duplicate includesSeija Kijin
2022-11-10unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye
2022-09-09Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano