summaryrefslogtreecommitdiff
path: root/tests/resources/testrepo.git/config
blob: dfab4eeb4d70c58b96217770215809f3a5d33701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[core]
        repositoryformatversion = 0
        filemode = true
        bare = true
        logallrefupdates = true
[remote "test"]
	url = git://github.com/libgit2/libgit2
	fetch = +refs/heads/*:refs/remotes/test/*
[remote "joshaber"]
	url = git://github.com/libgit2/libgit2
[remote "empty-remote-url"]
	url = 
	pushurl =
[remote "empty-remote-pushurl"]
	pushurl =
[remote "no-remote-url"]
	fetch =
[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
[branch "cannot-fetch"]
   remote = joshaber
   merge = refs/heads/cannot-fetch
[branch "remoteless"]
   remote =
   merge = refs/heads/master
[branch "mergeless"]
   remote = test
   merge = 
[branch "mergeandremoteless"]
   remote = 
   merge =