]> git.ipfire.org Git - thirdparty/git.git/commit
convert: add get_stream_filter_ca() variant
authorJeff Hostetler <jeffhost@microsoft.com>
Wed, 16 Dec 2020 14:50:32 +0000 (11:50 -0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Mar 2021 20:56:40 +0000 (13:56 -0700)
commit3e9e82c0d897814d77cc755d25acb9df6e8bf48f
tree9101c31eed6a6f3e3cee89355f7abbc6876603f8
parent55b4ad0eada6924e5e59600266b5d50cbf22733d
convert: add get_stream_filter_ca() variant

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@microsoft.com>
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c
convert.h