[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = /home/jonny/src/monorail
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "alban"]
	url = git://git.collabora.co.uk/git/user/alban/monorail.git
	fetch = +refs/heads/*:refs/remotes/alban/*
[remote "dhansak"]
	url = ssh://dhansak/~/public_html/git/monorail.git
	fetch = +refs/heads/*:refs/remotes/dhansak/*
