[PATCH 2/5] remote-helpers: make recvline return an error

2014-04-19 Thread Junio C Hamano
From: Felipe Contreras Instead of exiting directly, make it the duty of the caller to do so. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- transport-helper.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/transport-helper.c b/tra

[PATCH 2/5] remote-helpers: make recvline return an error

2014-04-12 Thread Felipe Contreras
Instead of exiting directly, make it the duty of the caller to do so. Signed-off-by: Felipe Contreras --- transport-helper.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index bf329fd..1432a6d 100644 --- a/tran