# File lib/gitlab_git/repository.rb, line 133
      def tag_exists?(name)
        !!rugged.tags[name]
      end