Commit 8c052e53 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'allison.browne-master-patch-02404' into 'master'

Fix Typo in app/models/repository.rb

See merge request gitlab-org/gitlab!22345
parents 776a6b56 0d6cbe4a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment