From: Ben Peart Date: Fri, 5 May 2017 15:27:57 +0000 (-0400) Subject: convert: split start_multi_file_filter() into two separate functions X-Git-Tag: v2.14.0-rc0~144^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a810ea9945d5959b6cf73d117bc0f20fde58c556?hp=a810ea9945d5959b6cf73d117bc0f20fde58c556 convert: split start_multi_file_filter() into two separate functions To enable future reuse of the filter..process infrastructure, split start_multi_file_filter() into two separate parts. start_multi_file_filter() will now only contain the generic logic to manage the creation and tracking of the child process in a hashmap. start_multi_file_filter_fn() is a protocol specific initialization function that will negotiate the multi-file-filter interface version and capabilities. Signed-off-by: Ben Peart Signed-off-by: Junio C Hamano ---