summaryrefslogtreecommitdiff
path: root/t/t1092-sparse-checkout-compatibility.sh
AgeCommit message (Expand)AuthorFilesLines
2021-12-22t1092: replace 'read-cache --table' with 'ls-files --sparse'Libravatar Derrick Stolee1-17/+14
2021-12-22ls-files: add --sparse optionLibravatar Derrick Stolee1-0/+91
2021-12-22fetch/pull: use the sparse indexLibravatar Derrick Stolee1-0/+10
2021-12-21Merge branch 'ld/sparse-diff-blame'Libravatar Junio C Hamano1-18/+91
2021-12-15Merge branch 'ds/sparse-deep-pattern-checkout-fix'Libravatar Junio C Hamano1-1/+15
2021-12-15Merge branch 'ds/trace2-regions-in-tests'Libravatar Junio C Hamano1-3/+3
2021-12-10Merge branch 'vd/sparse-reset'Libravatar Junio C Hamano1-15/+139
2021-12-10Merge branch 'vd/sparse-sparsity-fix-on-read'Libravatar Junio C Hamano1-0/+31
2021-12-06blame: enable and test the sparse indexLibravatar Lessley Dennington1-11/+38
2021-12-06diff: enable and test the sparse indexLibravatar Lessley Dennington1-0/+46
2021-12-06diff: replace --staged with --cached in t1092 testsLibravatar Lessley Dennington1-7/+7
2021-12-06unpack-trees: use traverse_path instead of nameLibravatar Derrick Stolee1-1/+1
2021-12-06t1092: add deeper changes during a checkoutLibravatar Derrick Stolee1-1/+15
2021-11-29Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameLibravatar Junio C Hamano1-15/+139
2021-11-29reset: make --mixed sparse-awareLibravatar Victoria Dye1-0/+17
2021-11-29reset: make sparse-aware (except --mixed)Libravatar Victoria Dye1-2/+13
2021-11-29reset: expand test coverage for sparse checkoutsLibravatar Victoria Dye1-0/+98
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGLibravatar Derrick Stolee1-3/+3
2021-11-24sparse-index: update do_read_index to ensure correct sparsityLibravatar Victoria Dye1-0/+31
2021-10-27sparse-index: update command for expand/collapse testLibravatar Victoria Dye1-1/+5
2021-10-27reset: preserve skip-worktree bit in mixed resetLibravatar Victoria Dye1-14/+8
2021-10-25Merge branch 'pw/sparse-cache-tree-verify-fix'Libravatar Junio C Hamano1-1/+1
2021-10-18t1092: run "rebase --apply" without "-q" in testingLibravatar Phillip Wood1-1/+1
2021-10-07sparse index: fix use-after-free bug in cache_tree_verify()Libravatar Phillip Wood1-1/+1
2021-09-28add: implement the --sparse optionLibravatar Derrick Stolee1-18/+11
2021-09-28add: skip tracked paths outside sparse-checkout coneLibravatar Derrick Stolee1-7/+12
2021-09-28add: fail when adding an untracked sparse fileLibravatar Derrick Stolee1-9/+28
2021-09-28t1092: behavior for adding sparse filesLibravatar Derrick Stolee1-0/+28
2021-09-09sparse-index: integrate with cherry-pick and rebaseLibravatar Derrick Stolee1-2/+37
2021-09-09t1092: add cherry-pick, rebase testsLibravatar Derrick Stolee1-6/+9
2021-09-09merge-ort: expand only for out-of-cone conflictsLibravatar Derrick Stolee1-2/+28
2021-09-09merge: make sparse-aware with ORTLibravatar Derrick Stolee1-2/+10
2021-07-29add: ignore outside the sparse-checkout in refresh()Libravatar Derrick Stolee1-5/+1
2021-07-29pathspec: stop calling ensure_full_indexLibravatar Derrick Stolee1-4/+3
2021-07-29add: allow operating on a sparse-only indexLibravatar Derrick Stolee1-7/+18
2021-07-29t1092: test merge conflicts outside coneLibravatar Derrick Stolee1-0/+43
2021-07-20unpack-trees: resolve sparse-directory/file conflictsLibravatar Derrick Stolee1-12/+12
2021-07-20t1092: document bad 'git checkout' behaviorLibravatar Derrick Stolee1-2/+140
2021-07-14checkout: stop expanding sparse indexesLibravatar Derrick Stolee1-1/+9
2021-07-14commit: integrate with sparse-indexLibravatar Derrick Stolee1-4/+43
2021-07-14t1092: document bad sparse-checkout behaviorLibravatar Derrick Stolee1-4/+6
2021-07-14wt-status: expand added sparse directory entriesLibravatar Derrick Stolee1-0/+33
2021-07-14status: use sparse-index throughoutLibravatar Derrick Stolee1-4/+9
2021-07-14status: skip sparse-checkout percentage with sparse-indexLibravatar Derrick Stolee1-0/+8
2021-07-14t1092: add tests for status/add and sparse filesLibravatar Derrick Stolee1-0/+38
2021-07-14t1092: expand repository data shapeLibravatar Derrick Stolee1-3/+41
2021-07-14t1092: replace incorrect 'echo' with 'cat'Libravatar Derrick Stolee1-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesLibravatar Derrick Stolee1-0/+22
2021-05-26t1092: revert the "-1" hack for emulating "no progress meter"Libravatar Junio C Hamano1-3/+3
2021-05-25t1092: use GIT_PROGRESS_DELAY for consistent resultsLibravatar Derrick Stolee1-3/+3