# File lib/gitlab_git/repository.rb, line 355
      def sha_from_ref(ref)
        rev_parse_target(ref).oid
      end