[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git://git-annex.branchable.com/
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "anarcat"]
	url = git@gitlab.com:anarcat/git-annex.git
	fetch = +refs/heads/*:refs/remotes/anarcat/*
[branch "bold"]
	remote = anarcat
	merge = refs/heads/bold
[branch "indent_fix"]
	remote = anarcat
	merge = refs/heads/indent_fix
[branch "indirect_catastrophe"]
	remote = anarcat
	merge = refs/heads/indirect_catastrophe
[branch "pandoc"]
	remote = anarcat
	merge = refs/heads/pandoc
