Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config « testrepo.git « resources « tests-clar - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 904a4e3f361f2ac8bfc804b7066eba24f1c4832c (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
[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 = 

[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 =