diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:50:32 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:50:32 +0900 |
commit | 2bfb182bc544214b3a15058b52b3a00c9811e3c2 (patch) | |
tree | 7bc80ce4ab1e3c8e6ca79d8c001384ec591a951a /t/perf/p5311-pack-bitmaps-fetch.sh | |
parent | Merge branch 'js/partial-clone-connectivity-check' (diff) | |
parent | pack-objects: default to writing bitmap hash-cache (diff) | |
download | tgif-2bfb182bc544214b3a15058b52b3a00c9811e3c2.tar.xz |
Merge branch 'ew/repack-with-bitmaps-by-default'
The connectivity bitmaps are created by default in bare
repositories now; also the pathname hash-cache is created by
default to avoid making crappy deltas when repacking.
* ew/repack-with-bitmaps-by-default:
pack-objects: default to writing bitmap hash-cache
t5310: correctly remove bitmaps for jgit test
repack: enable bitmaps by default on bare repos
Diffstat (limited to 't/perf/p5311-pack-bitmaps-fetch.sh')
-rwxr-xr-x | t/perf/p5311-pack-bitmaps-fetch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/perf/p5311-pack-bitmaps-fetch.sh b/t/perf/p5311-pack-bitmaps-fetch.sh index b04575951f..47c3fd7581 100755 --- a/t/perf/p5311-pack-bitmaps-fetch.sh +++ b/t/perf/p5311-pack-bitmaps-fetch.sh @@ -7,7 +7,6 @@ test_perf_default_repo test_expect_success 'create bitmapped server repo' ' git config pack.writebitmaps true && - git config pack.writebitmaphashcache true && git repack -ad ' |