Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@me.com>2014-11-07 21:18:00 +0300
committerDrew Blessing <drew.blessing@me.com>2014-11-10 20:01:42 +0300
commit667c0a909bde1cf71f21d8ec9768e98b1c489030 (patch)
tree5ff5180c8c291f67c347a724f2d520a417941e8f /doc/README.md
parent36f9224e4a79b49d0958476395d1472ba9b52a2a (diff)
Custom git hook documentation
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 7343d5ae273..b9aa12f7675 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -16,6 +16,7 @@
- [Install](install/README.md) Requirements, directory structures and manual installation.
- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
- [Raketasks](raketasks/README.md) Explore what GitLab has in store for you to make administration easier.
+- [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
- [System hooks](system_hooks/system_hooks.md) Let GitLab notify you when certain management tasks need to be carried out.
- [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
- [Update](update/README.md) Update guides to upgrade your installation.