diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-06 17:39:31 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-06 17:39:31 +0200 |
commit | 9a407166fb5ec31e4bee70d165bb345ee9e06a6b (patch) | |
tree | 8ff4249b2978dca1fbe0fa45a4fdc185a48cb85b /hooks/post-receive | |
parent | 96454ac5894b97bd9d94877524c77efa5d82fa14 (diff) | |
download | gitlab-shell-9a407166fb5ec31e4bee70d165bb345ee9e06a6b.tar.gz |
Update hook and support for protected branches
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 6944d3e..ebd9e1a 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,6 +1,5 @@ #!/usr/bin/env bash -# Version 4.1 # This file was placed here by GitLab. It makes sure that your pushed commits # will be processed properly. |