[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	#url = https://git.kitenet.net/git-annex
    url = git://git-annex.branchable.com/
    #cost-command = ~/bin/my-cost-command %url %file
[branch "master"]
	merge = refs/heads/master
    remote = origin
[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/*
	annex-ignore = true
[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
[branch "bf-standalone-for-style"]
	remote = gh-yarikoptic
	merge = refs/heads/bf-standalone-for-style
[sendemail]
	to = Joey Hess <id@joeyh.name>
[branch "tuneups"]
	remote = gh-yarikoptic
	merge = refs/heads/tuneups
[remote "origin-secret"]
	url = https://git.joeyh.name/git/.fb80260c-73d5-11e8-aa40-1f0ae9520f8b-git-annex/
	fetch = +refs/heads/*:refs/remotes/origin-secret/*
[branch "master-secret"]
	remote = origin-secret
	merge = refs/heads/master
[branch "bf-minor"]
	remote = origin
	merge = refs/heads/master
[remote "smaug"]
	url = smaug:/home/yoh/proj/git-annex
	fetch = +refs/heads/*:refs/remotes/smaug/*
	annex-ignore = false
[remote "gh-datalad"]
	url = https://github.com/datalad/git-annex.git
	fetch = +refs/heads/*:refs/remotes/gh-datalad/*
[branch "enh-codespell"]
	remote = gh-yarikoptic
	merge = refs/heads/enh-codespell
