summaryrefslogtreecommitdiff
path: root/bin/git-push-all
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-push-all')
-rwxr-xr-xbin/git-push-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/git-push-all b/bin/git-push-all
index 553f4f03..74a63c2c 100755
--- a/bin/git-push-all
+++ b/bin/git-push-all
@@ -94,6 +94,7 @@ foreach my $remote (keys %pushes) {
# bypass Git::Wrapper which can hang pushing to salsa
system "git", "push", @args, $remote, @branches;
+ exit $? >> 8 if $?;
}
# Now find any tags that have not been pushed to any remote.