[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/p4lang/PI
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "proto/openconfig/gnmi"]
	url = https://github.com/openconfig/gnmi.git
[submodule "proto/openconfig/public"]
	url = https://github.com/openconfig/public.git
[submodule "proto/p4runtime"]
	url = https://github.com/p4lang/p4runtime.git
[submodule "third_party/googletest"]
	url = https://github.com/google/googletest
[submodule "third_party/uthash"]
	url = https://github.com/troydhanson/uthash.git
