aboutsummaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-25 12:23:19 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-25 12:23:19 -0700
commit25f3119000ab8b98cb54e9925f4e307a5dab2f87 (patch)
tree6e655c84ad726de98d3d6b929e1171727d41246b /t/perf
parentb30adaac5238a611f12c407912b75112ad4cf186 (diff)
parent2d0174e38eed8143b1df0584a6c038fdaee5b89b (diff)
downloadgit-25f3119000ab8b98cb54e9925f4e307a5dab2f87.tar.gz
git-25f3119000ab8b98cb54e9925f4e307a5dab2f87.tar.xz
Merge branch 'jk/repack-pack-writebitmaps-config'
* jk/repack-pack-writebitmaps-config: t7700: drop explicit --no-pack-kept-objects from .keep test repack: introduce repack.writeBitmaps config option repack: simplify handling of --write-bitmap-index pack-objects: stop respecting pack.writebitmaps
Diffstat (limited to 't/perf')
-rwxr-xr-xt/perf/p5310-pack-bitmaps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/perf/p5310-pack-bitmaps.sh b/t/perf/p5310-pack-bitmaps.sh
index 685d46f8b..f8ed8573b 100755
--- a/t/perf/p5310-pack-bitmaps.sh
+++ b/t/perf/p5310-pack-bitmaps.sh
@@ -8,6 +8,9 @@ test_perf_large_repo
# note that we do everything through config,
# since we want to be able to compare bitmap-aware
# git versus non-bitmap git
+#
+# We intentionally use the deprecated pack.writebitmaps
+# config so that we can test against older versions of git.
test_expect_success 'setup bitmap config' '
git config pack.writebitmaps true &&
git config pack.writebitmaphashcache true