mirror of
https://github.com/git/git.git
synced 2026-03-06 15:29:05 +01:00
Revert "fixup! sparse-checkout: fix OOM error with mixed patterns"
This reverts commit d33146878e, which
will not be needed with the updated version of another topic that
the test was having trouble with.
This commit is contained in:
@@ -117,7 +117,7 @@ test_expect_success 'switching to cone mode with non-cone mode patterns' '
|
||||
cd bad-patterns &&
|
||||
git sparse-checkout init &&
|
||||
git sparse-checkout add dir &&
|
||||
git config --worktree core.sparseCheckoutCone true &&
|
||||
git config core.sparseCheckoutCone true &&
|
||||
test_must_fail git sparse-checkout add dir 2>err &&
|
||||
grep "existing sparse-checkout patterns do not use cone mode" err
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user