# File lib/git/lib.rb, line 299 def tag_sha(tag_name) command('show-ref', ['--tags', '-s', tag_name]) end