# File lib/git/log.rb, line 55
    def until(date)
      dirty_log
      @until = date
      return self
    end