Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-14checkout-index: integrate with sparse indexVictoria Dye
2022-01-14checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye
2022-01-14checkout-index: expand sparse checkout compatibility testsVictoria Dye
2022-01-14clean: integrate with sparse indexVictoria Dye
2022-01-14reset: 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-22Merge 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-11Merge branch 'vd/sparse-reset'Junio C Hamano
2021-12-11Merge 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-28sparse-index: update command for expand/collapse testVictoria Dye
2021-10-28reset: preserve skip-worktree bit in mixed resetVictoria Dye
2021-10-26Merge branch 'pw/sparse-cache-tree-verify-fix'Junio C Hamano
2021-10-18t1092: run "rebase --apply" without "-q" in testingPhillip Wood
2021-10-08sparse 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-10sparse-index: integrate with cherry-pick and rebaseDerrick Stolee
2021-09-10t1092: add cherry-pick, rebase testsDerrick Stolee
2021-09-10merge-ort: expand only for out-of-cone conflictsDerrick Stolee
2021-09-10merge: 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-21unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee
2021-07-21t1092: document bad 'git checkout' behaviorDerrick Stolee
2021-07-15checkout: stop expanding sparse indexesDerrick Stolee
2021-07-15commit: integrate with sparse-indexDerrick Stolee
2021-07-14t1092: document bad sparse-checkout behaviorDerrick Stolee
2021-07-14wt-status: expand added sparse directory entriesDerrick Stolee
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee
2021-07-14t1092: add tests for status/add and sparse filesDerrick Stolee