summaryrefslogtreecommitdiff
path: root/hooks/post-receive
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-19 10:53:30 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-19 10:53:30 +0200
commitbe34f867e9ddfa4121b5f69a08571d3864f4b6ea (patch)
treef16137807c91c084ee11cbdb70d47eddea4fa426 /hooks/post-receive
parentbe15f4aa2919deea14160ed87647a3a034f46be6 (diff)
downloadgitlab-shell-be34f867e9ddfa4121b5f69a08571d3864f4b6ea.tar.gz
Mention that users can edit the hooks
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-xhooks/post-receive4
1 files changed, 1 insertions, 3 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index acb1e40..98fe81b 100755
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -1,6 +1,4 @@
#!/usr/bin/env ruby
# This file was placed here by GitLab.
-# IT IS DEPRECATED NOW.
-# All GitLab logic handled by update hook
-
+# You can put your own hook here, but be careful when updating gitlab-shell!