[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git://git.kitenet.net/git-annex
	cost-command = ~/bin/my-cost-command %url %file
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "debian-jessie"]
	remote = origin
	merge = refs/heads/debian-jessie
[remote "1r"]
	url = git.onerussian.com:~/git/pub/code/git-annex.git
	fetch = +refs/heads/*:refs/remotes/1r/*
[remote "gh-yarikoptic"]
	url = git://github.com/yarikoptic/git-annex
	fetch = +refs/heads/*:refs/remotes/gh-yarikoptic/*
[remote "gh-joeyh"]
	url = git://github.com/joeyh/git-annex
	fetch = +refs/heads/*:refs/remotes/gh-joeyh/*
[branch "debian-standalone"]
	remote = gh-yarikoptic
	merge = refs/heads/debian-standalone
