summary refs log tree commit diff
path: root/t/t1092-sparse-checkout-compatibility.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-17unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye1-3/+3
2022-03-17t1092: add sparse directory before cone in test repoVictoria Dye1-4/+9
2022-03-16Merge branch 'vd/sparse-read-tree'Junio C Hamano1-0/+133
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye1-1/+3
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye1-1/+3
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye1-1/+7
2022-03-01read-tree: integrate with sparse indexVictoria Dye1-0/+11
2022-03-01read-tree: expand sparse checkout test coverageVictoria Dye1-0/+87
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye1-0/+7
2022-03-01sparse-index: prevent repo root from becoming sparseVictoria Dye1-0/+18
2022-02-17Merge branch 'vd/sparse-clean-etc'Junio C Hamano1-4/+278
2022-01-14repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren1-22/+19
2022-01-13Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano1-4/+278
2022-01-13update-index: reduce scope of index expansion in do_reupdateVictoria Dye1-1/+4
2022-01-13update-index: integrate with sparse indexVictoria Dye1-0/+15
2022-01-13update-index: add tests for sparse-checkout compatibilityVictoria Dye1-0/+167
2022-01-13checkout-index: integrate with sparse indexVictoria Dye1-1/+10
2022-01-13checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye1-10/+17
2022-01-13checkout-index: expand sparse checkout compatibility testsVictoria Dye1-0/+54
2022-01-13clean: integrate with sparse indexVictoria Dye1-0/+21
2022-01-13reset: fix validation in sparse index testVictoria Dye1-4/+2
2021-12-22t1092: replace 'read-cache --table' with 'ls-files --sparse'Derrick Stolee1-17/+14
2021-12-22ls-files: add --sparse optionDerrick Stolee1-0/+91
2021-12-22fetch/pull: use the sparse indexDerrick Stolee1-0/+10
2021-12-21Merge branch 'ld/sparse-diff-blame'Junio C Hamano1-18/+91
2021-12-15Merge branch 'ds/sparse-deep-pattern-checkout-fix'Junio C Hamano1-1/+15
2021-12-15Merge branch 'ds/trace2-regions-in-tests'Junio C Hamano1-3/+3
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano1-15/+139
2021-12-10Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano1-0/+31
2021-12-06blame: enable and test the sparse indexLessley Dennington1-11/+38
2021-12-06diff: enable and test the sparse indexLessley Dennington1-0/+46
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington1-7/+7
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee1-1/+1
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee1-1/+15
2021-11-29Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano1-15/+139
2021-11-29reset: make --mixed sparse-awareVictoria Dye1-0/+17
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye1-2/+13
2021-11-29reset: expand test coverage for sparse checkoutsVictoria Dye1-0/+98
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee1-3/+3
2021-11-24sparse-index: update do_read_index to ensure correct sparsityVictoria Dye1-0/+31
2021-10-27sparse-index: update command for expand/collapse testVictoria Dye1-1/+5
2021-10-27reset: preserve skip-worktree bit in mixed resetVictoria Dye1-14/+8
2021-10-25Merge branch 'pw/sparse-cache-tree-verify-fix'Junio C Hamano1-1/+1
2021-10-18t1092: run "rebase --apply" without "-q" in testingPhillip Wood1-1/+1
2021-10-07sparse index: fix use-after-free bug in cache_tree_verify()Phillip Wood1-1/+1
2021-09-28add: implement the --sparse optionDerrick Stolee1-18/+11
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee1-7/+12
2021-09-28add: fail when adding an untracked sparse fileDerrick Stolee1-9/+28
2021-09-28t1092: behavior for adding sparse filesDerrick Stolee1-0/+28
2021-09-09sparse-index: integrate with cherry-pick and rebaseDerrick Stolee1-2/+37