summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-07 18:07:34 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-07 18:07:34 +0000
commit8dafc3b65aeb8f50fdfc38fb98d96c3db9e2f607 (patch)
treeecc8ff28071e68108aea21380d80132e388d48bf /app/models/repository.rb
parentb4028d450087e97f26d4baa23e08396bcbabe3e0 (diff)
downloadgitlab-ce-8dafc3b65aeb8f50fdfc38fb98d96c3db9e2f607.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/repository.rb')
-rw-r--r--app/models/repository.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/repository.rb b/app/models/repository.rb
index 3ec7d78d5f7..e620a097d1e 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -1127,8 +1127,8 @@ class Repository
private
- # TODO Generice finder, later split this on finders by Ref or Oid
- # https://gitlab.com/gitlab-org/gitlab-foss/issues/39239
+ # TODO Genericize finder, later split this on finders by Ref or Oid
+ # https://gitlab.com/gitlab-org/gitlab/issues/19877
def find_commit(oid_or_ref)
commit = if oid_or_ref.is_a?(Gitlab::Git::Commit)
oid_or_ref