Commit be34f867 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Mention that users can edit the hooks

parent be15f4aa
#!/usr/bin/env ruby #!/usr/bin/env ruby
# This file was placed here by GitLab. # This file was placed here by GitLab.
# IT IS DEPRECATED NOW. # You can put your own hook here, but be careful when updating gitlab-shell!
# All GitLab logic handled by update hook
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# This file was placed here by GitLab. It makes sure that your pushed commits # This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly. # will be processed properly.
# You can add your own hooks to this file, but be careful when updating gitlab-shell!
refname = ARGV[0] refname = ARGV[0]
key_id = ENV['GL_ID'] key_id = ENV['GL_ID']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment