# File lib/git/log.rb, line 55
    def size
      check_log
      @commits.size rescue nil
    end