summaryrefslogtreecommitdiff
path: root/app/services/git_operation_service.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-07-13 17:58:45 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-07-13 18:05:55 +0200
commita87cca5f9c16f969beb5c2f7f819fd7b4f56b7dc (patch)
tree776ab9f59d75ed61366cc872cbd3e8df84bf900e /app/services/git_operation_service.rb
parentb2ecf0aa354b27e44aa2262489e7daef0f5ef159 (diff)
downloadgitlab-ce-a87cca5f9c16f969beb5c2f7f819fd7b4f56b7dc.tar.gz
More Gitaly annotations
Diffstat (limited to 'app/services/git_operation_service.rb')
-rw-r--r--app/services/git_operation_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/git_operation_service.rb b/app/services/git_operation_service.rb
index 43636fde0be..32925e9c1f2 100644
--- a/app/services/git_operation_service.rb
+++ b/app/services/git_operation_service.rb
@@ -129,6 +129,7 @@ class GitOperationService
end
end
+ # Gitaly note: JV: wait with migrating #update_ref until we know how to migrate its call sites.
def update_ref(ref, newrev, oldrev)
# We use 'git update-ref' because libgit2/rugged currently does not
# offer 'compare and swap' ref updates. Without compare-and-swap we can