[core]
	bare = false
	repositoryformatversion = 0
	filemode = true
	logallrefupdates = true
[remote "pkg"]
	url = https://git.launchpad.net/~usd-import-team/ubuntu/+source/dnsmasq
	fetch = refs/heads/*:refs/remotes/pkg/*
	fetch = refs/tags/*:refs/tags/pkg/*
	pushurl = ssh://paelzer@git.launchpad.net/~usd-import-team/ubuntu/+source/dnsmasq
	tagOpt = --no-tags
[remote "paelzer"]
	url = https://git.launchpad.net/~paelzer/ubuntu/+source/dnsmasq
	fetch = refs/heads/*:refs/remotes/paelzer/*
	fetch = refs/tags/*:refs/tags/paelzer/*
	pushurl = ssh://paelzer@git.launchpad.net/~paelzer/ubuntu/+source/dnsmasq
	tagOpt = --no-tags
[remote "upstream"]
	url = git://thekelleys.org.uk/dnsmasq.git
	fetch = +refs/heads/*:refs/remotes/upstream/*
[branch "ubuntu/bionic-devel"]
	remote = pkg
	merge = refs/heads/ubuntu/bionic-devel
