Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2019-06-14 18:09:34 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2019-06-18 21:41:25 +0300
commit19fdfa12a9b20ca5919f4dafca1cc55e3e5b5400 (patch)
tree0a48cd5518fa116eef6b7d00c6d4b43e4f392e51 /ruby
parent7cbe010f500a1fc4a337d3169ca9fdfdafffa0ac (diff)
Skip hooks for UserMergeToRef RPC
Diffstat (limited to 'ruby')
-rw-r--r--ruby/lib/gitlab/git/operation_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/lib/gitlab/git/operation_service.rb b/ruby/lib/gitlab/git/operation_service.rb
index 48559d4e7..6530ef342 100644
--- a/ruby/lib/gitlab/git/operation_service.rb
+++ b/ruby/lib/gitlab/git/operation_service.rb
@@ -120,7 +120,7 @@ module Gitlab
oldrev = from_branch.target
- update_ref_in_hooks(ref, newrev, oldrev)
+ update_ref(ref, newrev, oldrev)
newrev
end