pack-bitmap: drop filter in prepare_bitmap_walk()
commit09d4a79effac002399557392e21c9f8829056ca3
authorDerrick Stolee <derrickstolee@github.com>
Wed, 9 Mar 2022 16:01:35 +0000 (9 16:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 18:25:27 +0000 (9 10:25 -0800)
treeaa39b5848db8d98f12c3df1e4fc1859d3c52c6d4
parent7940941de1f23d02c60581cc90a193988e5e2fe0
pack-bitmap: drop filter in prepare_bitmap_walk()

Now that all consumers of prepare_bitmap_walk() have populated the
'filter' member of 'struct rev_info', we can drop that extra parameter
from the method and access it directly from the 'struct rev_info'.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
builtin/rev-list.c
pack-bitmap.c
pack-bitmap.h
reachable.c