struct ref *ref_map,
struct fetch_head *fetch_head,
const struct fetch_config *config,
- struct strmap *delayed_ref_display)
++ struct strmap *delayed_ref_display,
+ struct list_objects_filter_options *filter_options)
{
int retcode, cannot_reuse;
* when `--atomic` is passed: in that case we'll abort
* the transaction and don't commit anything.
*/
-- if (backfill_tags(&display_state, transport, transaction, tags_ref_map,
- &fetch_head, config, &delayed_ref_display))
- &fetch_head, config, filter_options))
++ if (backfill_tags(&display_state, transport, transaction,
++ tags_ref_map, &fetch_head, config,
++ &delayed_ref_display, filter_options))
retcode = 1;
}