commit | cc567322acbfd5b32e61ab5d005352347cd7eeaf | [log] [tgz] |
---|---|---|
author | Sverre Rabbelier <srabbelier@gmail.com> | Sat Jul 16 15:03:35 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 19 11:17:47 2011 -0700 |
tree | e3c5401196f790ee340e57c04fa0a4a1b65e66f6 | |
parent | d2e73c6f2ac3e2d32cd27afd80bfa7c1661a52d4 [diff] |
transport-helper: check status code of finish_command Previously the status code of all helpers were ignored, allowing errors that occur to go unnoticed if the error text output by the helper is not noticed. Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>