]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ew/repack-with-bitmaps-by-default'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 14:50:32 +0000 (23:50 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 14:50:32 +0000 (23:50 +0900)
commit2bfb182bc544214b3a15058b52b3a00c9811e3c2
tree7bc80ce4ab1e3c8e6ca79d8c001384ec591a951a
parent5b51f0d38d24a21dc69a53e972497928183d399e
parentd4316604f85c99a503832128a6dfb0f5ea101298
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
builtin/pack-objects.c