The pre-push hook script was failing the when user tried to push
a private branch. It required using the --release argument with
the pre-push-check command and passing additional arguments into
the hook script. That was found unreliable and private branches
won't be checked.
The pre-push hook script was failing the when user tried to push
a private branch. It required using the --release argument with
the pre-push-check command and passing additional arguments into
the hook script. That was found unreliable and private branches
won't be checked.
Fixes: #683
JIRA: RHELCMP-11528
Signed-off-by: Ondrej Nosek onosek@redhat.com