# File lib/git/lib.rb, line 112
    def namerev(string)
      command('name-rev', string).split[1]
    end