On Wed, Nov 4, 2020 at 9:33 PM Matheus Tavares <matheus.bernardino@xxxxxx> wrote: > -struct stream_filter *get_stream_filter(const struct index_state *istate, > - const char *path, > - const struct object_id *oid) > +struct stream_filter *get_stream_filter_ca(const struct conv_attrs *ca, > + const struct object_id *oid) Nice that the `path` argument could be removed here.