author | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Apr 2007 06:04:53 +0000 (23:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 7 Apr 2007 09:27:31 +0000 (02:27 -0700) | ||
commit | fd1d1b05e937ff3164be38b111e5d76d592ee548 | |
tree | 15d104fd4f1c287d045e9df2c572c311fac12056 | tree | snapshot |
parent | 39878b0cb7d0afc3ff4c8adb715815f116188178 | commit | diff |
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>
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 | diff | blob | history |