summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-12-09 12:52:26 +0000
committerSean McGivern <sean@gitlab.com>2016-12-12 13:21:42 +0000
commitfbc213eabdbb76ec846357d980705f5d4f20ecc5 (patch)
treefbc84343e0aa947c2a30e2b1040253ba7fbd1852 /.gitignore
parent8e370b37e16dc8eebeca264c6c351dc4a4fdab4a (diff)
downloadgitlab-shell-fbc213eabdbb76ec846357d980705f5d4f20ecc5.tar.gz
Make custom hooks dir configurable
Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 995e19d..f41180b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ coverage/
tags
.bundle/
custom_hooks
+hooks/*.d