From: Stefan Beller Date: Tue, 1 Mar 2016 02:07:16 +0000 (-0800) Subject: run_processes_parallel: rename parameters for the callbacks X-Git-Tag: v2.9.0-rc0~159^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aa71049485c7b789fb9121c7fc2bece431bc589b?hp=aa71049485c7b789fb9121c7fc2bece431bc589b run_processes_parallel: rename parameters for the callbacks The refs code has a similar pattern of passing around 'struct strbuf *err', which is strictly used for error reporting. This is not the case here, as the strbuf is used to accumulate all the output (whether it is error or not) for the user. Rename it to 'out'. Suggested-by: Jonathan Nieder Reviewed-by: Jonathan Nieder Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---