aboutsummaryrefslogtreecommitdiff
path: root/t/t1091-sparse-checkout-builtin.sh
AgeCommit message (Expand)Author
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-03Merge 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-07tests: disable GIT_TEST_SPLIT_INDEX for sparse index testsSZEDER Gábor
2021-09-07sparse-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-17Merge 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
2020-01-24sparse-checkout: detect short patternsDerrick Stolee
2020-01-24sparse-checkout: cone mode does not recognize "**"Derrick Stolee
2020-01-24clone: fix --sparse option with URLsDerrick Stolee
2020-01-24sparse-checkout: create leading directoriesDerrick Stolee
2020-01-24t1091: improve here-docsDerrick Stolee
2020-01-24t1091: use check_files to reduce boilerplateDerrick Stolee
2019-12-30sparse-checkout: document interactions with submodulesDerrick Stolee
2019-12-30sparse-checkout: list directories in cone modeDerrick Stolee
2019-12-20sparse-checkout: improve OS ls compatibilityEd Maste
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee
2019-11-22sparse-checkout: check for dirty statusDerrick Stolee
2019-11-22sparse-checkout: cone mode should not interact with .gitignoreDerrick Stolee