# File lib/git/log.rb, line 60
    def each
      check_log
      @commits.each do |c|
        yield c
      end
    end