Make git-send-pack exit with error when some refs couldn't be pushed out
authorPetr Baudis <pasky@suse.cz>
Wed, 14 Dec 2005 00:45:40 +0000 (01:45 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Dec 2005 02:15:02 +0000 (18:15 -0800)
In case some refs couldn't be pushed out due to an error (mostly the
not-a-proper-subset error), make git-send-pack exit with non-zero status
after the push is over (that is, it still tries to push out the rest
of the refs).

[jc: I adjusted a test for this change.]

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found