diff options
author | Drew Blessing <drew.blessing@me.com> | 2014-11-07 12:18:00 -0600 |
---|---|---|
committer | Drew Blessing <drew.blessing@me.com> | 2014-11-10 11:01:42 -0600 |
commit | 667c0a909bde1cf71f21d8ec9768e98b1c489030 (patch) | |
tree | 5ff5180c8c291f67c347a724f2d520a417941e8f /doc/README.md | |
parent | 36f9224e4a79b49d0958476395d1472ba9b52a2a (diff) | |
download | gitlab-ce-667c0a909bde1cf71f21d8ec9768e98b1c489030.tar.gz |
Custom git hook documentation
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
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. |