Merge branch 'dt/disable-bitmap-in-auto-gc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Jan 2017 23:12:12 +0000 (15:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jan 2017 23:12:12 +0000 (15:12 -0800)
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

1  2 
t/t5310-pack-bitmaps.sh
Simple merge