summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-09-29 05:40:03 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-09-29 05:40:03 +0000
commit096bb561fc05b037211732ab483e253a87b4df58 (patch)
treec4a67484fefb5494612b497b67c4e3795d394f09 /doc
parent5b7e491c393f3ba436e45454a58709f6d70bbc5c (diff)
parent44b8844122029fceb45db89b3af554b77523f005 (diff)
downloadgitlab-ce-096bb561fc05b037211732ab483e253a87b4df58.tar.gz
Merge branch 'linktoee' into 'master'
note about EE git hooks Because of https://gitlab.com/gitlab-com/www-gitlab-com/issues/415#note_2131220 See merge request !1934
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/custom_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/custom_hooks.md b/doc/hooks/custom_hooks.md
index f7d4f3de68b..548c484bc08 100644
--- a/doc/hooks/custom_hooks.md
+++ b/doc/hooks/custom_hooks.md
@@ -2,7 +2,7 @@
**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 as an option if you do not have filesystem access.**
+Please explore webhooks as an option if you do not have filesystem access. For a user configurable Git Hooks interface, please see [GitLab Enterprise Edition Git Hooks](http://doc.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.