# File lib/git/log.rb, line 83
    def each(&block)
      check_log
      @commits.each(&block)
    end