[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git://github.com/piwik/cache.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	pushurl = git@github.com:piwik/cache.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "composer"]
	url = git://github.com/piwik/cache.git
	fetch = +refs/heads/*:refs/remotes/composer/*
[branch "filecache-race-condition-fix"]
	remote = composer
	merge = refs/heads/filecache-race-condition-fix
