]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
remote-helpers: make recvline return an error
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 12 Apr 2014 20:33:29 +0000 (15:33 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Apr 2014 20:48:33 +0000 (13:48 -0700)
commit5931b33e202856aa0046b493c3aacdd16be7d8f3
treed6bee18d355703ca2175ebbd4c1e6ae0b7435553
parent4a1b59c85f99b4ed046ae8066e7dea1d8621a986
remote-helpers: make recvline return an error

Instead of exiting directly, make it the duty of the caller to do so.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c