summaryrefslogtreecommitdiffstats
path: root/tests/resources/testrepo/.gitted/config
blob: 04d750a93bc7fa7e448bcaa0c4e51977f5f7a58a (plain)
1
2
3
4
5
6
7
8
9
10
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[extensions]
	worktreeconfig = true
[remote "test"]
	url = git://github.com/libgit2/libgit2
	fetch = +refs/heads/*:refs/remotes/test/*