# File lib/git/base.rb, line 128
    def log(count = 30)
      Git::Log.new(self, count)
    end