summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* unpack-trees: detect mismatching number of cache-tree/index entriesPatrick Steinhardt2024-10-081-0/+2
* cache-tree: refactor verification to return error codesPatrick Steinhardt2024-10-081-3/+7
* unpack-trees: clear index when not propagating itPatrick Steinhardt2024-08-141-0/+2
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-1/+2
* Merge branch 'cw/prelim-cleanup'Junio C Hamano2023-10-101-1/+1
|\
| * parse: separate out parsing functions from config.hCalvin Wan2023-09-301-1/+1
* | tree-walk: reduce stack size for recursive functionsJeff King2023-09-011-2/+7
|/
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+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
* name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\
| * 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/+2
|\|
| * treewide: be explicit about dependence on advice.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-1/+1
| |\
* | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\| |
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.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-1/+1
|\ \ \ | | |/ | |/|
| * | cocci: apply the "promisor-remote.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-0/+2
|\ \ \ | |_|/ |/| |
| * | unpack-trees: take care to propagate the split-index flagJohannes Schindelin2023-03-271-0/+2
| * | Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano2022-08-261-10/+96
| |\ \
* | \ \ Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\ \ \ \
| * | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
| | |_|/ | |/| |
* | | | unpack-trees: add usage notices around df_conflict_entryElijah Newren2023-02-271-0/+2
* | | | unpack-trees: special case read-tree debugging as internal usageElijah Newren2023-02-271-11/+11
* | | | unpack-trees: rewrap a few overlong lines from previous patchElijah Newren2023-02-271-7/+9
* | | | unpack-trees: mark fields only used internally as internalElijah Newren2023-02-271-79/+80
* | | | unpack_trees: start splitting internal fields from public APIElijah Newren2023-02-271-20/+20
* | | | sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren2023-02-271-0/+1
* | | | sparse-checkout: avoid using internal API of unpack-treesElijah Newren2023-02-271-7/+11
* | | | unpack-trees: clean up some flow controlElijah Newren2023-02-271-4/+3
* | | | unpack-trees: heed requests to overwrite ignored filesElijah Newren2023-02-271-1/+1
|/ / /
* | | treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-1/+1
* | | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-1/+1
* | | sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason2023-01-131-1/+2
* | | Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano2023-01-051-10/+14
|\ \ \
| * | | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-10/+14
* | | | git: remove duplicate includesSeija Kijin2022-12-151-1/+0
|/ / /
* | | unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye2022-11-111-1/+2
* | | Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano2022-09-091-2/+2
|\ \ \
| * | | unpack-trees: fix sparse directory recursion checkVictoria Dye2022-09-021-2/+2
| | |/ | |/|
* | | Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano2022-08-181-10/+96
|\| | | |/ |/|
| * unpack-trees: unpack new trees as sparse directoriesVictoria Dye2022-08-081-10/+96