commit | 1843f0ce4d31e3c37f7d07dd1d13f6fb034ac2b0 | [log] [tgz] |
---|---|---|
author | Sverre Rabbelier <srabbelier@gmail.com> | Sat Jul 16 15:03:29 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 19 11:17:47 2011 -0700 |
tree | f68233423dd9b783f6a012ea5df264aec77d47fb | |
parent | e173587252ea0db16efc5c64c2cb165ccb406495 [diff] |
remote-curl: accept empty line as terminator This went unnoticed because the transport helper infrastructore did not check the return value of the helper, nor did the helper print anything before exiting. While at it also make sure that the stream doesn't end unexpectedly. Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>