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