Merge branch 'ew/gc-auto-pack-limit-fix'
commit97865e83c7266ad0fd55f75ae4e2d968ef34bf6f
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:12 +0000 (13 11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:12 +0000 (13 11:24 -0700)
treec3b4f5c5aa47c91c76e5ed26f7280fc2db78b9d6
parent67166a8da6283fa519fb257fa222b968fa70db50
parent5f4e3bf536621675efd51020eb2950986b882e18
Merge branch 'ew/gc-auto-pack-limit-fix'

"gc.autoPackLimit" when set to 1 should not trigger a repacking
when there is only one pack, but the code counted poorly and did
so.

* ew/gc-auto-pack-limit-fix:
  gc: fix off-by-one error with gc.autoPackLimit
builtin/gc.c