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
Arm backend: Make pre-push non-interactive on one argument (#11280)
Calling pre-push as a git hook actually supplies it with 2 arguments,
remote-name and remote-url. So the logic of automatically going
non-interactive when there are any arguments is flawed.
This commit makes sure pre-push only goes non-interactive when there is
only one argument.
Signed-off-by: [email protected]
0 commit comments