Propagate errors from fetch-pack correctly to git-fetch.
commit22c67ca88ec65c4f278e8c82b2d98f3bd025238b
authorJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 05:20:02 +0000 (12 22:20 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 05:52:52 +0000 (12 22:52 -0700)
treeb66a5d2497295dc3eb623c6170ef8ac34e44c7f5
parent365527adbfa8a16dfc05ab71818602f55ada55ba
Propagate errors from fetch-pack correctly to git-fetch.

When git-fetch-pack fails, the command does not notice the failure
and instead pretended nothing was fetched and there was nothing wrong.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh