class Git::Log

def [](index)

def [](index)
  check_log
  @commits[index] rescue nil
end