diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 18:21:49 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 18:21:49 +0200 |
commit | 66ecfa77e5105c8a8151db899e3d3a09dba3024e (patch) | |
tree | c8780c4bfcb5135dfc465f2f0d03424501ed3382 /lib/hooks/post-receive | |
parent | 7bfd38eaa95988accfc6bb09759d7688126f5692 (diff) | |
parent | 9773ccc4519c4c35f969248c4e0f13689b631760 (diff) | |
download | gitlab-ce-66ecfa77e5105c8a8151db899e3d3a09dba3024e.tar.gz |
Merge branch 'sidekiq'
Diffstat (limited to 'lib/hooks/post-receive')
-rwxr-xr-x | lib/hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hooks/post-receive b/lib/hooks/post-receive index ebd9e1a028a..6944d3e3f72 100755 --- a/lib/hooks/post-receive +++ b/lib/hooks/post-receive @@ -1,5 +1,6 @@ #!/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. |