summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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-24cache.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-11unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye
2022-09-09Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano
2022-09-02unpack-trees: fix sparse directory recursion checkVictoria Dye
2022-08-26Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano
2022-05-26unpack-trees: initialize fsmonitor_has_run_once in o->resultJeff Hostetler
2022-05-23sparse-checkout: integrate with sparse indexDerrick Stolee
2022-05-10unpack-trees: preserve index sparsityVictoria Dye