[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = github:containers/libpod
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = rhcontainerbot
	merge = refs/heads/master
[remote "lsm5"]
	url = github:lsm5/podman.git
	fetch = +refs/heads/*:refs/remotes/lsm5/*
[remote "rhcontainerbot"]
	url = gitlab:rhcontainerbot/podman.git
	fetch = +refs/heads/*:refs/remotes/rhcontainerbot/*
[branch "debian-stable"]
	remote = rhcontainerbot
	merge = refs/heads/debian-stable
[branch "search-and-replace-correct"]
	remote = lsm5
	merge = refs/heads/search-and-replace-correct
[branch "debian-doc-update"]
	remote = lsm5
	merge = refs/heads/debian-doc-update
[branch "apiv2"]
	remote = origin
	merge = refs/heads/apiv2
[branch "debian-testing"]
	remote = rhcontainerbot
	merge = refs/heads/debian-testing
