summaryrefslogtreecommitdiff
path: root/t/t5705-clone-2gb.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-02-10 13:32:20 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-02-10 13:32:20 -0800
commit57ffc0e775b2a77f2e88cf1cfb6c0c259706fbea (patch)
tree36d01db657afff5d5d7c3579429856c6a339dc6e /t/t5705-clone-2gb.sh
parentMerge branch 'gp/maint-cvsserver' into maint (diff)
parentfast-import: Stream very large blobs directly to pack (diff)
downloadtgif-57ffc0e775b2a77f2e88cf1cfb6c0c259706fbea.tar.xz
Merge branch 'sp/maint-fast-import-large-blob' into maint
* sp/maint-fast-import-large-blob: fast-import: Stream very large blobs directly to pack
Diffstat (limited to 't/t5705-clone-2gb.sh')
-rwxr-xr-xt/t5705-clone-2gb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5705-clone-2gb.sh b/t/t5705-clone-2gb.sh
index 9f52154cac..adfaae8c5b 100755
--- a/t/t5705-clone-2gb.sh
+++ b/t/t5705-clone-2gb.sh
@@ -31,7 +31,7 @@ test_expect_success 'setup' '
echo "data 5" &&
echo ">2gb" &&
cat commit) |
- git fast-import &&
+ git fast-import --big-file-threshold=2 &&
test ! -f exit-status
'