]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/push.c
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)
commitfd1d1b05e937ff3164be38b111e5d76d592ee548
tree15d104fd4f1c287d045e9df2c572c311fac12056
parent39878b0cb7d0afc3ff4c8adb715815f116188178
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 <junkio@cox.net>
builtin-push.c