diff options
Diffstat (limited to 'third_party/git/t/t1090-sparse-checkout-scope.sh')
-rwxr-xr-x | third_party/git/t/t1090-sparse-checkout-scope.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/t/t1090-sparse-checkout-scope.sh b/third_party/git/t/t1090-sparse-checkout-scope.sh index 40cc004326e2..f35a73dd2065 100755 --- a/third_party/git/t/t1090-sparse-checkout-scope.sh +++ b/third_party/git/t/t1090-sparse-checkout-scope.sh @@ -63,7 +63,6 @@ test_expect_success 'in partial clone, sparse checkout only fetches needed blobs git -C server commit -m message && test_config -C client core.sparsecheckout 1 && - test_config -C client extensions.partialclone origin && echo "!/*" >client/.git/info/sparse-checkout && echo "/a" >>client/.git/info/sparse-checkout && git -C client fetch --filter=blob:none origin && |