]> git.ipfire.org Git - thirdparty/git.git/commit
run-command.c: pass "opts" further down, and use "opts->processes"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 12 Oct 2022 21:02:33 +0000 (23:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Oct 2022 21:12:42 +0000 (14:12 -0700)
commitd1610eef3f66d5735e087cde64bb4ab8cd5d9271
tree701beb0a1690e6a5c4602d566929390c5afd6d7d
parent9f3df6c0487bde80626ea2f367f9850e1758720b
run-command.c: pass "opts" further down, and use "opts->processes"

Continue the migration away from the "max_processes" member of "struct
parallel_processes" to the "processes" member of the "struct
run_process_parallel_opts", in this case we needed to pass the "opts"
further down into pp_cleanup() and pp_buffer_stderr().

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c