# File lib/git/object.rb, line 46
      def log(count = 30)
        Git::Log.new(@base, count).object(@sha)
      end