class Git::Log

def check_log

def check_log
  if @dirty_flag
    run_log
    @dirty_flag = false
  end
end