Re: [PATCHv3 05/13] run-command: factor out return value computation

2015-09-21 Thread Junio C Hamano
Stefan Beller writes: > We will need computing the return value in a later patch without the > wait. > > Signed-off-by: Stefan Beller > --- > run-command.c | 54 -- > 1 file changed, 32 insertions(+), 22 deletions(-) > > diff --git a/run-comma

[PATCHv3 05/13] run-command: factor out return value computation

2015-09-21 Thread Stefan Beller
We will need computing the return value in a later patch without the wait. Signed-off-by: Stefan Beller --- run-command.c | 54 -- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/run-command.c b/run-command.c index 28e1d55..674e