summaryrefslogtreecommitdiff
path: root/t/t1050-large.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-05-03 01:51:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-03 17:22:56 (GMT)
commit5544049def9a80bc5ea09a5649e13c1b56160518 (patch)
treeb3fe36f87fed8040d1df754ab367d585d9c014e8 /t/t1050-large.sh
parent9cb513b7988c2fe443c47186e42dd827b76ddb14 (diff)
downloadgit-5544049def9a80bc5ea09a5649e13c1b56160518.zip
git-5544049def9a80bc5ea09a5649e13c1b56160518.tar.gz
git-5544049def9a80bc5ea09a5649e13c1b56160518.tar.bz2
archive-tar: stream large blobs to tar file
t5000 verifies output while t1050 makes sure the command always respects core.bigfilethreshold Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1050-large.sh')
-rwxr-xr-xt/t1050-large.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t1050-large.sh b/t/t1050-large.sh
index 4d127f1..fe47554 100755
--- a/t/t1050-large.sh
+++ b/t/t1050-large.sh
@@ -134,4 +134,8 @@ test_expect_success 'repack' '
git repack -ad
'
+test_expect_success 'tar achiving' '
+ git archive --format=tar HEAD >/dev/null
+'
+
test_done