[core]
	bare = false
	repositoryformatversion = 0
	filemode = true
	logallrefupdates = true
[remote "pkg"]
	url = https://git.launchpad.net/ubuntu/+source/autopilot-gtk
	fetch = +refs/heads/*:refs/remotes/pkg/*
	fetch = +refs/tags/*:refs/tags/pkg/*
	fetch = +refs/notes/commits:refs/notes/changelog
	pushurl = ssh://athos-ribeiro@git.launchpad.net/ubuntu/+source/autopilot-gtk
	tagOpt = --no-tags
[remote "athos-ribeiro"]
	url = https://git.launchpad.net/~athos-ribeiro/ubuntu/+source/autopilot-gtk
	fetch = +refs/heads/*:refs/remotes/athos-ribeiro/*
	fetch = +refs/tags/*:refs/tags/athos-ribeiro/*
	pushurl = ssh://athos-ribeiro@git.launchpad.net/~athos-ribeiro/ubuntu/+source/autopilot-gtk
	tagOpt = --no-tags
[branch "ubuntu/devel"]
	remote = pkg
	merge = refs/heads/ubuntu/devel
[notes]
	displayRef = refs/notes/changelog
