summaryrefslogtreecommitdiff
path: root/t/t1092-sparse-checkout-compatibility.sh
AgeCommit message (Expand)Author
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan
2022-07-01t1092: mv directory from out-of-cone to in-coneShaoxuan Yuan
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano
2022-05-23sparse-checkout: integrate with sparse indexDerrick Stolee
2022-05-23t1092: stress test 'git sparse-checkout set'Derrick Stolee
2022-05-23t1092: refactor 'sparse-index contents' testDerrick Stolee
2022-05-20Merge branch 'ds/sparse-colon-path'Junio C Hamano
2022-05-10unpack-trees: preserve index sparsityVictoria Dye
2022-05-10stash: apply stash using 'merge_ort_nonrecursive()'Victoria Dye
2022-05-10read-cache: set sparsity when index is newVictoria Dye
2022-05-10stash: integrate with sparse indexVictoria Dye
2022-05-10stash: expand sparse-checkout compatibility testingVictoria Dye
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee
2022-04-26object-name: diagnose trees in index properlyDerrick Stolee
2022-04-26object-name: reject trees found in the indexDerrick Stolee
2022-04-26show: integrate with the sparse indexDerrick Stolee
2022-04-26t1092: add compatibility tests for 'git show'Derrick Stolee
2022-03-17unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye
2022-03-17t1092: add sparse directory before cone in test repoVictoria Dye
2022-03-17Merge branch 'vd/sparse-read-tree'Junio C Hamano
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye
2022-03-01read-tree: integrate with sparse indexVictoria Dye
2022-03-01read-tree: expand sparse checkout test coverageVictoria Dye
2022-03-01status: fix nested sparse directory diff in sparse indexVictoria Dye
2022-03-01sparse-index: prevent repo root from becoming sparseVictoria Dye
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
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