summaryrefslogtreecommitdiffstats
path: root/t/t1092-sparse-checkout-compatibility.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren2022-01-141-22/+19
* Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano2022-01-131-4/+278
|\
| * update-index: reduce scope of index expansion in do_reupdateVictoria Dye2022-01-131-1/+4
| * update-index: integrate with sparse indexVictoria Dye2022-01-131-0/+15
| * update-index: add tests for sparse-checkout compatibilityVictoria Dye2022-01-131-0/+167
| * checkout-index: integrate with sparse indexVictoria Dye2022-01-131-1/+10
| * checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye2022-01-131-10/+17
| * checkout-index: expand sparse checkout compatibility testsVictoria Dye2022-01-131-0/+54
| * clean: integrate with sparse indexVictoria Dye2022-01-131-0/+21
| * reset: fix validation in sparse index testVictoria Dye2022-01-131-4/+2
* | t1092: replace 'read-cache --table' with 'ls-files --sparse'Derrick Stolee2021-12-221-17/+14
* | ls-files: add --sparse optionDerrick Stolee2021-12-221-0/+91
* | fetch/pull: use the sparse indexDerrick Stolee2021-12-221-0/+10
|/
* Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-221-18/+91
|\
| * blame: enable and test the sparse indexLessley Dennington2021-12-061-11/+38
| * diff: enable and test the sparse indexLessley Dennington2021-12-061-0/+46
| * diff: replace --staged with --cached in t1092 testsLessley Dennington2021-12-061-7/+7
| * Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano2021-11-291-15/+139
| |\
* | \ Merge branch 'ds/sparse-deep-pattern-checkout-fix'Junio C Hamano2021-12-151-1/+15
|\ \ \
| * | | unpack-trees: use traverse_path instead of nameDerrick Stolee2021-12-061-1/+1
| * | | t1092: add deeper changes during a checkoutDerrick Stolee2021-12-061-1/+15
* | | | Merge branch 'ds/trace2-regions-in-tests'Junio C Hamano2021-12-151-3/+3
|\ \ \ \
| * | | | t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee2021-11-291-3/+3
| |/ / /
* | | | Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-101-15/+139
|\ \ \ \ | | |_|/ | |/| |
| * | | reset: make --mixed sparse-awareVictoria Dye2021-11-291-0/+17
| * | | reset: make sparse-aware (except --mixed)Victoria Dye2021-11-291-2/+13
| * | | reset: expand test coverage for sparse checkoutsVictoria Dye2021-11-291-0/+98
| * | | sparse-index: update command for expand/collapse testVictoria Dye2021-10-281-1/+5
| * | | reset: preserve skip-worktree bit in mixed resetVictoria Dye2021-10-281-14/+8
* | | | Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano2021-12-101-0/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | sparse-index: update do_read_index to ensure correct sparsityVictoria Dye2021-11-251-0/+31
| | |/ | |/|
* | | Merge branch 'pw/sparse-cache-tree-verify-fix'Junio C Hamano2021-10-261-1/+1
|\ \ \ | |/ / |/| |
| * | t1092: run "rebase --apply" without "-q" in testingPhillip Wood2021-10-181-1/+1
| * | sparse index: fix use-after-free bug in cache_tree_verify()Phillip Wood2021-10-071-1/+1
| |/
* | add: implement the --sparse optionDerrick Stolee2021-09-281-18/+11
* | add: skip tracked paths outside sparse-checkout coneDerrick Stolee2021-09-281-7/+12
* | add: fail when adding an untracked sparse fileDerrick Stolee2021-09-281-9/+28
* | t1092: behavior for adding sparse filesDerrick Stolee2021-09-281-0/+28
|/
* sparse-index: integrate with cherry-pick and rebaseDerrick Stolee2021-09-101-2/+37
* t1092: add cherry-pick, rebase testsDerrick Stolee2021-09-101-6/+9
* merge-ort: expand only for out-of-cone conflictsDerrick Stolee2021-09-101-2/+28
* merge: make sparse-aware with ORTDerrick Stolee2021-09-101-2/+10
* add: ignore outside the sparse-checkout in refresh()Derrick Stolee2021-07-291-5/+1
* pathspec: stop calling ensure_full_indexDerrick Stolee2021-07-291-4/+3
* add: allow operating on a sparse-only indexDerrick Stolee2021-07-291-7/+18
* t1092: test merge conflicts outside coneDerrick Stolee2021-07-291-0/+43
* unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee2021-07-201-12/+12
* t1092: document bad 'git checkout' behaviorDerrick Stolee2021-07-201-2/+140
* checkout: stop expanding sparse indexesDerrick Stolee2021-07-151-1/+9
* commit: integrate with sparse-indexDerrick Stolee2021-07-151-4/+43