summaryrefslogtreecommitdiff
path: root/tests-clar/resources/testrepo.git/config
blob: 04ab38776e3795951a499b1876607c103234050d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[core]
        repositoryformatversion = 0
        filemode = true
        bare = true
        logallrefupdates = true
[remote "test"]
	url = git://github.com/libgit2/libgit2
	fetch = +refs/heads/*:refs/remotes/test/*

[remote "test_with_pushurl"]
	url = git://github.com/libgit2/fetchlibgit2
	pushurl = git://github.com/libgit2/pushlibgit2
	fetch = +refs/heads/*:refs/remotes/test_with_pushurl/*

[branch "master"]
   remote = test
   merge = refs/heads/master
[branch "track-local"]
   remote = .
   merge = refs/heads/master