summaryrefslogtreecommitdiff
path: root/lib/hooks/post-receive
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 18:21:49 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 18:21:49 +0200
commit66ecfa77e5105c8a8151db899e3d3a09dba3024e (patch)
treec8780c4bfcb5135dfc465f2f0d03424501ed3382 /lib/hooks/post-receive
parent7bfd38eaa95988accfc6bb09759d7688126f5692 (diff)
parent9773ccc4519c4c35f969248c4e0f13689b631760 (diff)
downloadgitlab-ce-66ecfa77e5105c8a8151db899e3d3a09dba3024e.tar.gz
Merge branch 'sidekiq'
Diffstat (limited to 'lib/hooks/post-receive')
-rwxr-xr-xlib/hooks/post-receive1
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.