]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcf417e2c1f50578d8f7eccb65b981042d05939f0
tree0c72f5c975f754b32e38e08ff10f9f856ec8f343
parent74f7427f8a7a6f8ac87e9f1bb1b140cd034f428d
parent1c409a705cb30ae3db6cdd48757c4a85f51456d4
Merge branch 'dt/disable-bitmap-in-auto-gc'

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