Merge branch 'jk/prune-with-bitmap-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 May 2021 03:47:38 +0000 (12:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 May 2021 03:47:38 +0000 (12:47 +0900)
commit6e08cbdf3857ea2b335c96f515743090ed58c709
tree35f5dd2f320ba56fb3b37e4863b780bfcd4d4a8a
parente60e9cc20ea4723b299425271be3a78946659251
parent2ba582ba4c62fae506174ce326deab082d962e63
Merge branch 'jk/prune-with-bitmap-fix'

When the reachability bitmap is in effect, the "do not lose
recently created objects and those that are reachable from them"
safety to protect us from races were disabled by mistake, which has
been corrected.

* jk/prune-with-bitmap-fix:
  prune: save reachable-from-recent objects with bitmaps
  pack-bitmap: clean up include_check after use
pack-bitmap.c