Merge branch 'pre-receive-wo-satellites' into 'remove-satellites'
Add support of pre-receive hooks without satellites
Implement commit transaction with pre-receive and post-receive hooks for web editor and merge
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !1154
Showing
... | ... | @@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.12' | ||
gem "gitlab_git", '~> 7.2.13' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
... | ... |
lib/gitlab/git/hook.rb
0 → 100644
Please register or sign in to comment