From be34f867e9ddfa4121b5f69a08571d3864f4b6ea Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 19 Jul 2013 10:53:30 +0200 Subject: Mention that users can edit the hooks --- hooks/post-receive | 4 +--- hooks/update | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'hooks') 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! diff --git a/hooks/update b/hooks/update index 39ea196..549afeb 100755 --- a/hooks/update +++ b/hooks/update @@ -2,6 +2,7 @@ # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. +# You can add your own hooks to this file, but be careful when updating gitlab-shell! refname = ARGV[0] key_id = ENV['GL_ID'] -- cgit v1.2.1