Merge branch 'dt/disable-bitmap-in-auto-gc' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:27:30 +0000 (15:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:27:30 +0000 (15:27 -0800)
commit9f4e89e15d2fa2dfc0d4ed7c3b4c605a4aef9445
tree80388bec97dc1dbbe975a5775fba146c63bcfca9
parentc733e274100eea3e3468f61756235c79d5d24dd4
parent1c409a705cb30ae3db6cdd48757c4a85f51456d4
Merge branch 'dt/disable-bitmap-in-auto-gc' into next

It is natural that "git gc --auto" may not attempt to pack
everything into a single pack, and there is no point in warning
when the user has configured the system to use the pack bitmap,
leading to disabling further "gc".

* dt/disable-bitmap-in-auto-gc:
  repack: die on incremental + write-bitmap-index
  auto gc: don't write bitmaps for incremental repacks
t/t5310-pack-bitmaps.sh