summaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-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-231-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-101-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
* | checkout: fix two bugs on the final count of updated entriesMatheus Tavares2022-07-141-1/+1
|/
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-101-0/+1
|\
| * unpack-trees: initialize fsmonitor_has_run_once in o->resultJeff Hostetler2022-05-261-0/+1
* | Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano2022-06-031-0/+4
|\ \
| * | sparse-checkout: integrate with sparse indexDerrick Stolee2022-05-231-0/+4
* | | unpack-trees: preserve index sparsityVictoria Dye2022-05-101-0/+6
|/ /
* | Revert "unpack-trees: improve performance of next_cache_entry"Victoria Dye2022-03-171-17/+6
* | unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye2022-03-171-8/+8
* | Merge branch 'vd/sparse-read-tree'Junio C Hamano2022-03-161-8/+139
|\ \
| * | read-tree: make three-way merge sparse-awareVictoria Dye2022-03-011-8/+26
| * | read-tree: make two-way merge sparse-awareVictoria Dye2022-03-011-0/+75
| * | read-tree: narrow scope of index expansion for '--prefix'Victoria Dye2022-03-011-0/+38
| |/
* | unpack-trees: fix accidental loss of user changesElijah Newren2022-01-141-1/+3
|/