# File lib/gitlab_git/repository.rb, line 109
      def tag_names
        rugged.tags.map { |t| t.name }
      end