summaryrefslogtreecommitdiff
path: root/t/t1092-sparse-checkout-compatibility.sh
AgeCommit message (Expand)Author
2022-01-14repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren
2022-01-13Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano
2022-01-13update-index: reduce scope of index expansion in do_reupdateVictoria Dye
2022-01-13update-index: integrate with sparse indexVictoria Dye
2022-01-13update-index: add tests for sparse-checkout compatibilityVictoria Dye
2022-01-13checkout-index: integrate with sparse indexVictoria Dye
2022-01-13checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye
2022-01-13checkout-index: expand sparse checkout compatibility testsVictoria Dye
2022-01-13clean: integrate with sparse indexVictoria Dye
2022-01-13reset: fix validation in sparse index testVictoria Dye
2021-12-22t1092: replace 'read-cache --table' with 'ls-files --sparse'Derrick Stolee
2021-12-22ls-files: add --sparse optionDerrick Stolee
2021-12-22fetch/pull: use the sparse indexDerrick Stolee
2021-12-21Merge branch 'ld/sparse-diff-blame'Junio C Hamano
2021-12-15Merge branch 'ds/sparse-deep-pattern-checkout-fix'Junio C Hamano
2021-12-15Merge branch 'ds/trace2-regions-in-tests'Junio C Hamano
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano
2021-12-10Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano
2021-12-06blame: enable and test the sparse indexLessley Dennington
2021-12-06diff: enable and test the sparse indexLessley Dennington
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee
2021-11-29Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano
2021-11-29reset: make --mixed sparse-awareVictoria Dye
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye
2021-11-29reset: expand test coverage for sparse checkoutsVictoria Dye
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee
2021-11-25sparse-index: update do_read_index to ensure correct sparsityVictoria Dye
2021-10-27sparse-index: update command for expand/collapse testVictoria Dye
2021-10-27reset: preserve skip-worktree bit in mixed resetVictoria Dye
2021-10-25Merge branch 'pw/sparse-cache-tree-verify-fix'Junio C Hamano
2021-10-18t1092: run "rebase --apply" without "-q" in testingPhillip Wood
2021-10-07sparse index: fix use-after-free bug in cache_tree_verify()Phillip Wood
2021-09-28add: implement the --sparse optionDerrick Stolee
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee
2021-09-28add: fail when adding an untracked sparse fileDerrick Stolee
2021-09-28t1092: behavior for adding sparse filesDerrick Stolee
2021-09-09sparse-index: integrate with cherry-pick and rebaseDerrick Stolee
2021-09-09t1092: add cherry-pick, rebase testsDerrick Stolee
2021-09-09merge-ort: expand only for out-of-cone conflictsDerrick Stolee
2021-09-09merge: make sparse-aware with ORTDerrick Stolee
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee
2021-07-29pathspec: stop calling ensure_full_indexDerrick Stolee
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee
2021-07-29t1092: test merge conflicts outside coneDerrick Stolee
2021-07-20unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee
2021-07-20t1092: document bad 'git checkout' behaviorDerrick Stolee
2021-07-14checkout: stop expanding sparse indexesDerrick Stolee
2021-07-14commit: integrate with sparse-indexDerrick Stolee