Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information