Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/sparse-deep-pattern-checkout-fix' | Junio C Hamano | 2021-12-15 | 1 | -6/+8 |
|\ | |||||
| * | unpack-trees: use traverse_path instead of name | Derrick Stolee | 2021-12-06 | 1 | -6/+8 |
* | | Merge branch 'vd/sparse-reset' | Junio C Hamano | 2021-12-10 | 1 | -6/+17 |
|\ \ | |/ |/| | |||||
| * | unpack-trees: improve performance of next_cache_entry | Victoria Dye | 2021-11-29 | 1 | -6/+17 |
* | | Merge branch 'ab/unpack-trees-leakfix' | Junio C Hamano | 2021-10-26 | 1 | -1/+2 |
|\ \ | |||||
| * | | unpack-trees: don't leak memory in verify_clean_subdirectory() | Ævar Arnfjörð Bjarmason | 2021-10-08 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'en/removing-untracked-fixes' | Junio C Hamano | 2021-10-14 | 1 | -5/+56 |
|\ \ | |/ |/| | |||||
| * | unpack-trees: avoid nuking untracked dir in way of locally deleted file | Elijah Newren | 2021-09-27 | 1 | -0/+3 |
| * | unpack-trees: avoid nuking untracked dir in way of unmerged file | Elijah Newren | 2021-09-27 | 1 | -4/+31 |
| * | Change unpack_trees' 'reset' flag into an enum | Elijah Newren | 2021-09-27 | 1 | -1/+9 |
| * | unpack-trees: make dir an internal-only struct | Elijah Newren | 2021-09-27 | 1 | -2/+5 |
| * | unpack-trees: introduce preserve_ignored to unpack_trees_options | Elijah Newren | 2021-09-27 | 1 | -0/+10 |
* | | Merge branch 'ds/sparse-index-ignored-files' | Junio C Hamano | 2021-09-21 | 1 | -3/+5 |
|\ \ | |/ |/| | |||||
| * | unpack-trees: fix nested sparse-dir search | Derrick Stolee | 2021-09-08 | 1 | -3/+5 |
* | | Merge branch 'ab/retire-advice-config' | Junio C Hamano | 2021-09-10 | 1 | -9/+9 |
|\ \ | |||||
| * | | advice: remove read uses of most global `advice_` variables | Ben Boeckel | 2021-08-25 | 1 | -9/+9 |
| |/ | |||||
* / | checkout: make delayed checkout respect --quiet and --no-progress | Matheus Tavares | 2021-08-27 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'ds/commit-and-checkout-with-sparse-index' | Junio C Hamano | 2021-08-04 | 1 | -0/+11 |
|\ | |||||
| * | unpack-trees: resolve sparse-directory/file conflicts | Derrick Stolee | 2021-07-20 | 1 | -0/+11 |
* | | Merge branch 'jt/bulk-prefetch' | Junio C Hamano | 2021-08-02 | 1 | -19/+8 |
|\ \ | |/ |/| | |||||
| * | unpack-trees: refactor prefetching code | Jonathan Tan | 2021-07-23 | 1 | -19/+8 |
* | | unpack-trees: unpack sparse directory entries | Derrick Stolee | 2021-07-14 | 1 | -8/+99 |
* | | unpack-trees: rename unpack_nondirectories() | Derrick Stolee | 2021-07-14 | 1 | -7/+7 |
* | | unpack-trees: compare sparse directories correctly | Derrick Stolee | 2021-07-14 | 1 | -1/+13 |
* | | unpack-trees: preserve cache_bottom | Derrick Stolee | 2021-07-14 | 1 | -0/+7 |
|/ | |||||
* | Merge branch 'mt/parallel-checkout-part-3' | Junio C Hamano | 2021-05-16 | 1 | -1/+1 |
|\ | |||||
| * | make_transient_cache_entry(): optionally alloc from mem_pool | Matheus Tavares | 2021-05-05 | 1 | -1/+1 |
* | | Merge branch 'mt/parallel-checkout-part-2' | Junio C Hamano | 2021-04-30 | 1 | -3/+16 |
|\| | |||||
| * | parallel-checkout: support progress displaying | Matheus Tavares | 2021-04-19 | 1 | -3/+8 |
| * | parallel-checkout: add configuration options | Matheus Tavares | 2021-04-19 | 1 | -3/+7 |
| * | unpack-trees: add basic support for parallel checkout | Matheus Tavares | 2021-04-19 | 1 | -1/+5 |
* | | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 2021-04-30 | 1 | -3/+14 |
|\ \ | |/ |/| | |||||
| * | unpack-trees: allow sparse directories | Derrick Stolee | 2021-03-30 | 1 | -3/+7 |
| * | unpack-trees: ensure full index | Derrick Stolee | 2021-03-30 | 1 | -0/+7 |
* | | Merge branch 'mt/parallel-checkout-part-1' | Junio C Hamano | 2021-04-02 | 1 | -0/+1 |
|\ \ | |||||
| * | | entry: extract a header file for entry.c functions | Matheus Tavares | 2021-03-23 | 1 | -0/+1 |
* | | | Merge branch 'mt/checkout-remove-nofollow' | Junio C Hamano | 2021-03-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | checkout: don't follow symlinks when removing entries | Matheus Tavares | 2021-03-18 | 1 | -1/+1 |
* | | | | Merge branch 'dl/stash-show-untracked' | Junio C Hamano | 2021-03-22 | 1 | -0/+22 |
|\ \ \ \ | |||||
| * | | | | stash show: teach --include-untracked and --only-untracked | Denton Liu | 2021-03-05 | 1 | -0/+22 |
* | | | | | Merge branch 'js/fsmonitor-unpack-fix' | Junio C Hamano | 2021-03-19 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | fsmonitor: fix memory corruption in some corner cases | Johannes Schindelin | 2021-03-17 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 2021-03-09 | 1 | -0/+3 |
|\| | | | |_|/ |/| | | |||||
| * | | Sync with 2.28.1 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| |\ \ | |||||
| | * \ | Sync with 2.26.3 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | |\ \ | |||||
| | | * \ | Sync with 2.25.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | | |\ \ | |||||
| | | | * \ | Sync with 2.24.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | | | |\ \ | |||||
| | | | | * \ | Sync with 2.23.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | | | | |\ \ | |||||
| | | | | | * \ | Sync with 2.22.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | | | | | |\ \ | |||||
| | | | | | | * \ | Sync with 2.21.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+3 |
| | | | | | | |\ \ |