returns an array of all Git::Tag objects for this repository
611 612 613
# File 'lib/git/base.rb', line 611 def tags lib.tags.map { |r| tag(r) } end