Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d99c8342
Commit
d99c8342
authored
Jul 09, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo and change URL of custom hooks doc in main README
parent
b9f09018
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/README.md
doc/README.md
+1
-1
doc/administration/custom_hooks.md
doc/administration/custom_hooks.md
+4
-3
No files found.
doc/README.md
View file @
d99c8342
...
...
@@ -29,7 +29,7 @@
-
[
Authentication/Authorization
](
administration/auth/README.md
)
Configure
external authentication with LDAP, SAML, CAS and additional Omniauth providers.
-
[
Changing the appearance of the login page
](
customization/branded_login_page.md
)
Make the login page branded for your GitLab instance.
-
[
Custom git hooks
](
hooks
/custom_hooks.md
)
Custom git hooks (on the filesystem) for when webhooks aren't enough.
-
[
Custom git hooks
](
administration
/custom_hooks.md
)
Custom git hooks (on the filesystem) for when webhooks aren't enough.
-
[
Email
](
tools/email.md
)
Email GitLab users from GitLab
-
[
Push Rules
](
push_rules/push_rules.md
)
Advanced push rules for your project.
-
[
Help message
](
customization/help_message.md
)
Set information about administrators of your GitLab instance.
...
...
doc/administration/custom_hooks.md
View file @
d99c8342
...
...
@@ -4,8 +4,8 @@
**Note:**
Custom Git hooks must be configured on the filesystem of the GitLab
server. Only GitLab server administrators will be able to complete these tasks.
Please explore
[
webhooks
](
../web_hooks/web_hooks.md
)
as an option if you do not
have filesystem access. For a user configurable
Push Rules
interface, please see
[
GitLab Enterprise Edition
Push Rules
](
http://docs.gitlab.com/ee/push_rules/push_rules.html
)
.
**
have filesystem access. For a user configurable
Git hook
interface, please see
[
GitLab Enterprise Edition
Git Hooks
](
http://docs.gitlab.com/ee/git_hooks/git_hooks.html
)
.
Git natively supports hooks that are executed on different actions.
Examples of server-side git hooks include pre-receive, post-receive, and update.
...
...
@@ -48,7 +48,8 @@ as appropriate.
This feature was
[
introduced
][
5073
]
in GitLab 8.10.
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment