Merge branch 'ps/pack-bitmap-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Apr 2021 23:54:09 +0000 (16:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Apr 2021 23:54:09 +0000 (16:54 -0700)
commit58840e62a4c3fda3ec6c9ed4b34795aaafb73afc
treebc834238437acf9e48dd42cb1ee3725106a8160e
parent68e15e0c231bfa50e254fc87d054649161a7e301
parent540cdc11adf0574a9a2d52fc687a84a2f4a93ad8
Merge branch 'ps/pack-bitmap-optim'

Optimize "rev-list --use-bitmap-index --objects" corner case that
uses negative tags as the stopping points.

* ps/pack-bitmap-optim:
  pack-bitmap: avoid traversal of objects referenced by uninteresting tag
pack-bitmap.c