summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-13sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason1-1/+2
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano1-10/+14
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-10/+14
2022-12-15git: remove duplicate includesSeija Kijin1-1/+0
2022-11-10unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye1-1/+2
2022-09-09Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano1-2/+2
2022-09-02unpack-trees: fix sparse directory recursion checkVictoria Dye1-2/+2
2022-08-26Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano1-10/+96
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano1-10/+96
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye1-10/+96
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares1-1/+1
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano1-0/+1
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-0/+4
2022-05-26unpack-trees: initialize fsmonitor_has_run_once in o->resultJeff Hostetler1-0/+1
2022-05-23sparse-checkout: integrate with sparse indexDerrick Stolee1-0/+4
2022-05-10unpack-trees: preserve index sparsityVictoria Dye1-0/+6