You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[githooks/pre-push] Fail when sub-command fails (#969)
Previously, the script didn't properly detect when a backgrounded
sub-command had failed, and unconditionally exited with status code 0.
This commit fixes that behavior so that, if a sub-command fails, the
script exits with a non-zero status code.
0 commit comments