summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/bulk-prefetch'Junio C Hamano2021-08-021-19/+8
|\
| * unpack-trees: refactor prefetching codeJonathan Tan2021-07-231-19/+8
* | unpack-trees: unpack sparse directory entriesDerrick Stolee2021-07-141-8/+99
* | unpack-trees: rename unpack_nondirectories()Derrick Stolee2021-07-141-7/+7
* | unpack-trees: compare sparse directories correctlyDerrick Stolee2021-07-141-1/+13
* | unpack-trees: preserve cache_bottomDerrick Stolee2021-07-141-0/+7
|/
* Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-1/+1
|\
| * make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-1/+1
* | Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano2021-04-301-3/+16
|\|
| * parallel-checkout: support progress displayingMatheus Tavares2021-04-191-3/+8
| * parallel-checkout: add configuration optionsMatheus Tavares2021-04-191-3/+7
| * unpack-trees: add basic support for parallel checkoutMatheus Tavares2021-04-191-1/+5
* | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-3/+14
|\ \ | |/ |/|
| * unpack-trees: allow sparse directoriesDerrick Stolee2021-03-301-3/+7
| * unpack-trees: ensure full indexDerrick Stolee2021-03-301-0/+7
* | Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano2021-04-021-0/+1
|\ \
| * | entry: extract a header file for entry.c functionsMatheus Tavares2021-03-231-0/+1
* | | Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano2021-03-301-1/+1
|\ \ \
| * | | checkout: don't follow symlinks when removing entriesMatheus Tavares2021-03-181-1/+1
* | | | Merge branch 'dl/stash-show-untracked'Junio C Hamano2021-03-221-0/+22
|\ \ \ \
| * | | | stash show: teach --include-untracked and --only-untrackedDenton Liu2021-03-051-0/+22
* | | | | Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2021-03-191-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fsmonitor: fix memory corruption in some corner casesJohannes Schindelin2021-03-171-2/+2
| | |/ / | |/| |
* | | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-081-0/+3
|\| | | | |_|/ |/| |
| * | Sync with 2.28.1Johannes Schindelin2021-02-121-0/+3
| |\ \
| | * \ Sync with 2.26.3Johannes Schindelin2021-02-121-0/+3
| | |\ \
| | | * \ Sync with 2.25.5Johannes Schindelin2021-02-121-0/+3
| | | |\ \
| | | | * \ Sync with 2.24.4Johannes Schindelin2021-02-121-0/+3
| | | | |\ \
| | | | | * \ Sync with 2.23.4Johannes Schindelin2021-02-121-0/+3
| | | | | |\ \
| | | | | | * \ Sync with 2.22.5Johannes Schindelin2021-02-121-0/+3
| | | | | | |\ \
| | | | | | | * \ Sync with 2.21.4Johannes Schindelin2021-02-121-0/+3
| | | | | | | |\ \
| | | | | | | | * \ Sync with 2.20.5Johannes Schindelin2021-02-121-0/+3
| | | | | | | | |\ \
| | | | | | | | | * \ Sync with 2.19.6Johannes Schindelin2021-02-121-0/+3
| | | | | | | | | |\ \
| | | | | | | | | | * \ Sync with 2.18.5Johannes Schindelin2021-02-121-0/+3
| | | | | | | | | | |\ \
| | | | | | | | | | | * \ Sync with 2.17.6Johannes Schindelin2021-02-121-0/+3
| | | | | | | | | | | |\ \
| | | | | | | | | | | | * | unpack_trees(): start with a fresh lstat cacheMatheus Tavares2021-02-121-0/+3
| | | | * | | | | | | | | | Merge branch 'en/simplify-check-updates-in-unpack-trees' into maintJunio C Hamano2020-03-171-12/+14
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano2020-03-171-1/+1
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ds/sparse-cone' into maintJunio C Hamano2020-02-141-2/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'es/unpack-trees-oob-fix' into maintJunio C Hamano2020-02-141-2/+4
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | sparse-checkout: load sparse-checkout patternsDerrick Stolee2021-01-231-5/+1
* | | | | | | | | | | | | | | | | | cache-tree: clean up cache_tree_update()Derrick Stolee2021-01-231-2/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | unpack-trees: add trace2 regionsDerrick Stolee2021-01-041-0/+5
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-5/+5
* | | | | | | | | | | | | | | | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'en/sparse-checkout'Junio C Hamano2020-05-201-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | unpack-trees: also allow get_progress() to work on a different indexElijah Newren2020-05-151-3/+3
* | | | | | | | | | | | | | | | Merge branch 'ds/sparse-updates-oob-access-fix'Junio C Hamano2020-05-131-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | unpack-trees: avoid array out-of-bounds errorDerrick Stolee2020-05-081-5/+5
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'ds/sparse-allow-empty-working-tree'Junio C Hamano2020-05-081-33/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \