[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = /opt/tig/test/tmp/git-repos/repo-two
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[user]
	name = Committer
	email = c.ommitter@example.net
[submodule "repo-two-a"]
	url = /opt/tig/test/tmp/git-repos/repo-two-a
[submodule "repo-two-b"]
	url = /opt/tig/test/tmp/git-repos/repo-two-b
[submodule "repo-two-c"]
	url = /opt/tig/test/tmp/git-repos/repo-two-c
