summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye
2022-01-05Merge branch 'en/keep-cwd'Junio C Hamano
2021-12-15Merge branch 'ds/sparse-deep-pattern-checkout-fix'Junio C Hamano
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano
2021-12-09unpack-trees: add special cwd handlingElijah Newren
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee
2021-11-29unpack-trees: improve performance of next_cache_entryVictoria Dye
2021-10-25Merge branch 'ab/unpack-trees-leakfix'Junio C Hamano
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano
2021-10-07unpack-trees: don't leak memory in verify_clean_subdirectory()Ævar Arnfjörð Bjarmason
2021-09-27unpack-trees: avoid nuking untracked dir in way of locally deleted fileElijah Newren
2021-09-27unpack-trees: avoid nuking untracked dir in way of unmerged fileElijah Newren
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren
2021-09-27unpack-trees: make dir an internal-only structElijah Newren
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-09-08unpack-trees: fix nested sparse-dir searchDerrick Stolee
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-08-02Merge branch 'jt/bulk-prefetch'Junio C Hamano
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan
2021-07-20unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee
2021-07-14unpack-trees: unpack sparse directory entriesDerrick Stolee
2021-07-14unpack-trees: rename unpack_nondirectories()Derrick Stolee
2021-07-14unpack-trees: compare sparse directories correctlyDerrick Stolee
2021-07-14unpack-trees: preserve cache_bottomDerrick Stolee
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-19parallel-checkout: support progress displayingMatheus Tavares
2021-04-19parallel-checkout: add configuration optionsMatheus Tavares
2021-04-19unpack-trees: add basic support for parallel checkoutMatheus Tavares
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano
2021-03-30unpack-trees: allow sparse directoriesDerrick Stolee
2021-03-30unpack-trees: ensure full indexDerrick Stolee
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2021-03-22Merge branch 'dl/stash-show-untracked'Junio C Hamano
2021-03-19Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano
2021-03-18checkout: don't follow symlinks when removing entriesMatheus Tavares
2021-03-17fsmonitor: fix memory corruption in some corner casesJohannes Schindelin
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu
2021-02-12Sync with 2.28.1Johannes Schindelin