class Git::Config

def timeout

def timeout
  @timeout || (ENV['GIT_TIMEOUT'] && ENV['GIT_TIMEOUT'].to_i)
end