[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "libgit2"]
	url = git://github.com/libgit2/libgit2.git
[remote "test_remote"]
	url = git://github.com/libgit2/rugged.git
	pushurl = git://github.com/libgit2/TestEmptyRepository.git
	fetch = +refs/heads/*:refs/remotes/test_remote/*
	push = refs/heads/*:refs/heads/testing/*
[remote "test_multiple_fetches"]
	fetch = +refs/heads/*:refs/remotes/test_remote/*
	fetch = +refs/heads/*:refs/remotes/hello_remote/*
