summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-22 18:17:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-22 18:17:05 (GMT)
commit29d9e3e2c47dd4b5053b0a98c891878d398463e3 (patch)
tree84ddf805214c29fe3309ca4543b4dd249bfd4bd5 /ci
parent7e8bfb0412581daf8f3c89909f1d37844e8610dd (diff)
parent9ac3f0e5b3e4cebe5bc9a24e3adef8b8e64fe692 (diff)
downloadgit-29d9e3e2c47dd4b5053b0a98c891878d398463e3.zip
git-29d9e3e2c47dd4b5053b0a98c891878d398463e3.tar.gz
git-29d9e3e2c47dd4b5053b0a98c891878d398463e3.tar.bz2
Merge branch 'nd/pack-deltify-regression-fix'
In a recent update in 2.18 era, "git pack-objects" started producing a larger than necessary packfiles by missing opportunities to use large deltas. * nd/pack-deltify-regression-fix: pack-objects: fix performance issues on packing large deltas
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-build-and-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
index 4b04c75..2a5bff4 100755
--- a/ci/run-build-and-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -14,6 +14,7 @@ then
export GIT_TEST_SPLIT_INDEX=yes
export GIT_TEST_FULL_IN_PACK_ARRAY=true
export GIT_TEST_OE_SIZE=10
+ export GIT_TEST_OE_DELTA_SIZE=5
make --quiet test
fi