class Git::Log

def until(date)

def until(date)
  dirty_log
  @until = date
  return self
end