Commit f31c38e8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'comments_in_default_hooks' of /home/git/repositories/gitlab/gitlab-shell

parents be15f4aa be34f867
#!/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!
......@@ -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']
......
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