Skip to content
Snippets Groups Projects
Commit d9c49435 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Fix typo and explain the precedence of STDERR and STDOUT

parent 062c7a30
Branches
Tags
1 merge request!5169Fix typo and explain the precedence of STDERR and STDOUT
Pipeline #
Loading
@@ -48,7 +48,8 @@ as appropriate.
Loading
@@ -48,7 +48,8 @@ as appropriate.
This feature was [introduced][5073] in GitLab 8.10. This feature was [introduced][5073] in GitLab 8.10.
   
If the commit is declined or an error occurs during the Git hook check, If the commit is declined or an error occurs during the Git hook check,
the STDERR and/or SDOUT message of the hook will be present in GitLab's UI. the STDERR or STDOUT message of the hook will be present in GitLab's UI.
STDERR takes precedence over STDOUT.
   
![Custom message from custom Git hook](img/custom_hooks_error_msg.png) ![Custom message from custom Git hook](img/custom_hooks_error_msg.png)
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment