[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = github:opencontainers/runc
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "lsm5"]
	url = github:lsm5/runc.git
	fetch = +refs/heads/*:refs/remotes/lsm5/*
[remote "rhcontainerbot"]
	url = gitlab:rhcontainerbot/runc.git
	fetch = +refs/heads/*:refs/remotes/rhcontainerbot/*
[branch "debian-testing"]
	remote = rhcontainerbot
	merge = refs/heads/debian-testing
[branch "debian-stable"]
	remote = rhcontainerbot
	merge = refs/heads/debian-stable
