The codepath to call external process filter for smudge/clean
operation learned to show the progress meter.
* ls/convert-filter-progress:
convert: display progress for filtered objects that have been delayed
return errs;
dco->state = CE_RETRY;
- progress = start_progress_delay(
- _("Filtering content"), delayed_object_count, 50, 1);
+ delayed_object_count = dco->paths.nr;
++ progress = start_delayed_progress(_("Filtering content"), delayed_object_count);
while (dco->filters.nr > 0) {
for_each_string_list_item(filter, &dco->filters) {
struct string_list available_paths = STRING_LIST_INIT_NODUP;