diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-08-22 11:17:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-22 11:17:05 -0700 |
commit | 29d9e3e2c47dd4b5053b0a98c891878d398463e3 (patch) | |
tree | 84ddf805214c29fe3309ca4543b4dd249bfd4bd5 /ci | |
parent | Git 2.19-rc0 (diff) | |
parent | pack-objects: fix performance issues on packing large deltas (diff) | |
download | tgif-29d9e3e2c47dd4b5053b0a98c891878d398463e3.tar.xz |
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-x | ci/run-build-and-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index 4b04c75b7f..2a5bff4a1c 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 |