Re: [PATCH 1/5] run-command: Fix early shutdown

2015-10-20 Thread Junio C Hamano
Stefan Beller writes: > The return value of `pp_collect_finished` indicates if we want to shutdown > the parallel processing early. Both returns from that function should > return any accumulated results. > > Signed-off-by: Stefan Beller > --- Makes sense. The code could "break" out of the loo

[PATCH 1/5] run-command: Fix early shutdown

2015-10-19 Thread Stefan Beller
The return value of `pp_collect_finished` indicates if we want to shutdown the parallel processing early. Both returns from that function should return any accumulated results. Signed-off-by: Stefan Beller --- run-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-