From: Junio C Hamano Date: Sat, 7 Apr 2007 06:04:53 +0000 (-0700) Subject: git-push to multiple locations does not stop at the first failure X-Git-Tag: v1.5.2-rc0~68^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fd1d1b05e937ff3164be38b111e5d76d592ee548?hp=fd1d1b05e937ff3164be38b111e5d76d592ee548 git-push to multiple locations does not stop at the first failure 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 ---