summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12unpack_trees(): start with a fresh lstat cacheMatheus Tavares
2021-01-24sparse-checkout: load sparse-checkout patternsDerrick Stolee
2021-01-24cache-tree: clean up cache_tree_update()Derrick Stolee
2021-01-04unpack-trees: add trace2 regionsDerrick Stolee
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-05-20Merge branch 'en/sparse-checkout'Junio C Hamano
2020-05-15unpack-trees: also allow get_progress() to work on a different indexElijah Newren
2020-05-13Merge branch 'ds/sparse-updates-oob-access-fix'Junio C Hamano
2020-05-08Merge branch 'ds/sparse-allow-empty-working-tree'Junio C Hamano
2020-05-08unpack-trees: avoid array out-of-bounds errorDerrick Stolee
2020-05-04sparse-checkout: stop blocking empty workdirsDerrick Stolee
2020-04-29Merge branch 'en/sparse-checkout'Junio C Hamano