summaryrefslogtreecommitdiff
path: root/t/t1091-sparse-checkout-builtin.sh
AgeCommit message (Expand)Author
2022-03-07Merge branch 'en/sparse-checkout-fixes'Junio C Hamano
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano
2022-02-20sparse-checkout: reject arguments in cone-mode that look like patternsElijah Newren
2022-02-20sparse-checkout: error or warn when given individual filesElijah Newren
2022-02-20sparse-checkout: pay attention to prefix for {set, add}Elijah Newren
2022-02-20sparse-checkout: correct reapply's handling of optionsElijah Newren
2022-02-09Merge branch 'js/sparse-vs-split-index'Junio C Hamano
2022-02-09Merge branch 'jt/sparse-checkout-leading-dir-fix'Junio C Hamano
2022-02-08worktree: copy sparse-checkout patterns and config on addDerrick Stolee
2022-02-08sparse-checkout: set worktree-config correctlyDerrick Stolee
2022-01-24t1091: disable split indexJohannes Schindelin
2022-01-21sparse-checkout: create leading directoryJonathan Tan
2022-01-10Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano
2022-01-10Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Junio C Hamano
2022-01-04Merge branch 'en/sparse-checkout-set'Junio C Hamano
2021-12-30sparse-checkout: refuse to add to bad patternsDerrick Stolee
2021-12-30sparse-checkout: fix OOM error with mixed patternsDerrick Stolee
2021-12-30sparse-checkout: fix segfault on malformed patternsDerrick Stolee
2021-12-22t1091/t3705: remove 'test-tool read-cache --table'Derrick Stolee
2021-12-15sparse-checkout: add sanity-checks on initial sparsity stateElijah Newren
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee
2021-09-08tests: disable GIT_TEST_SPLIT_INDEX for sparse index testsSZEDER Gábor
2021-09-08sparse-checkout: clear tracked sparse dirsDerrick Stolee
2021-03-30sparse-checkout: disable sparse-indexDerrick Stolee
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-30t1001: use $ZERO_OIDbrian m. carlson
2020-06-18Merge branch 'en/sparse-checkout'Junio C Hamano
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren
2020-05-04sparse-checkout: stop blocking empty workdirsDerrick Stolee
2020-03-27sparse-checkout: provide a new reapply subcommandElijah Newren
2020-03-27unpack-trees: provide warnings on sparse updates for unmerged paths tooElijah Newren
2020-03-27unpack-trees: make sparse path messages sound like warningsElijah Newren
2020-03-27unpack-trees: split display_error_msgs() into twoElijah Newren
2020-03-27sparse-checkout: use improved unpack_trees porcelain messagesElijah Newren
2020-03-27sparse-checkout: use new update_sparsity() functionElijah Newren
2020-03-27t1091: make some tests a little more defensive against failuresElijah Newren
2020-03-09t1091: don't grep for `strerror()` stringMartin Ågren
2020-02-20sparse-checkout: allow one-character directories in cone modeDerrick Stolee
2020-02-11sparse-checkout: work with Windows pathsDerrick Stolee
2020-02-11sparse-checkout: create 'add' subcommandDerrick Stolee
2020-01-31sparse-checkout: fix cone mode behavior mismatchDerrick Stolee
2020-01-31sparse-checkout: escape all glob characters on writeDerrick Stolee
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandDerrick Stolee
2020-01-31sparse-checkout: unquote C-style strings over --stdinDerrick Stolee
2020-01-31sparse-checkout: write escaped patterns in cone modeDerrick Stolee
2020-01-31sparse-checkout: properly match escaped charactersDerrick Stolee
2020-01-31sparse-checkout: warn on globs in cone patternsDerrick Stolee