Merge branch 'ks/pack-objects-bitmap'
commit7f109ef54e96ac7ae7e036487b881432170a3817
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:21 +0000 (21 15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:21 +0000 (21 15:15 -0700)
tree51778e47095d0451da9cf187a94da67177fe57d7
parentf0a84de2770361d21115f6768b2c4746519dbf62
parent645c432d6196903bcd9e8a82d150aac1428ccf34
Merge branch 'ks/pack-objects-bitmap'

Some codepaths in "git pack-objects" were not ready to use an
existing pack bitmap; now they are and as the result they have
become faster.

* ks/pack-objects-bitmap:
  pack-objects: use reachability bitmap index when generating non-stdout pack
  pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
builtin/pack-objects.c
t/t5310-pack-bitmaps.sh