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