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