git-push to multiple locations does not stop at the first failure
authorJunio C Hamano <junkio@cox.net>
Sat, 7 Apr 2007 06:04:53 +0000 (23:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 7 Apr 2007 09:27:31 +0000 (02:27 -0700)
When pushing into multiple repositories with git push, via
multiple URL in .git/remotes/$shorthand or multiple url
variables in [remote "$shorthand"] section, we used to stop upon
the first failure. Continue the operation and report the
failure at the end.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found