Matheus Tavares <matheus.bernardino@xxxxxx> writes: > From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > > Like the previous patch, we will also need to call get_stream_filter() > with a precomputed `struct conv_attrs`, when we add support for parallel > checkout workers. So add the _ca() variant which takes the conversion > attributes struct as a parameter. > > Signed-off-by: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > [matheus.bernardino: move header comment to ca() variant and reword msg] > Signed-off-by: Matheus Tavares <matheus.bernardino@xxxxxx> > --- > convert.c | 28 +++++++++++++++++----------- > convert.h | 2 ++ > 2 files changed, 19 insertions(+), 11 deletions(-) Same idea as 02/19, which is sound. It makes readers wonder why this one is separate, while convert_to_working_tree(), async_convert_to_working_tree(), and renormalize_buffer() were done in a single patch in a single step, though.