[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/KAIR-BAIR/nerfacc.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "benchmarks/barf"]
	active = true
	url = https://github.com/liruilong940607/barf.git
[submodule "benchmarks/kplanes"]
	active = true
	url = https://github.com/liruilong940607/kplanes.git
[submodule "benchmarks/tensorf"]
	active = true
	url = https://github.com/liruilong940607/tensorf.git
[submodule "benchmarks/tineuvox"]
	active = true
	url = https://github.com/liruilong940607/tineuvox.git
[submodule "examples/pycolmap"]
	active = true
	url = https://github.com/rmbrualla/pycolmap.git
