# File lib/gitlab_git/repository.rb, line 361 def rev_parse_target(revspec) obj = rugged.rev_parse(revspec) Ref.dereference_object(obj) end