File: config

package info (click to toggle)
monodevelop 5.10.0.871-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272,040 kB
  • ctags: 258,152
  • sloc: cs: 1,439,098; xml: 947,206; ansic: 148,611; java: 64,114; makefile: 4,256; lisp: 3,174; python: 2,072; sh: 2,058; objc: 302; sql: 111; php: 65
file content (40 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (12)
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 =