File: git_config

package info (click to toggle)
python-git 2.1.1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 6,076 kB
  • sloc: python: 11,502; makefile: 106
file content (32 lines) | stat: -rw-r--r-- 1,007 bytes parent folder | download | duplicates (2)
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
[core]
	repositoryformatversion = 0
	filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git://gitorious.org/~byron/git-python/byrons-clone.git
	pushurl = git@gitorious.org:~byron/git-python/byrons-clone.git
# a tab indented section header
	[branch "master"]
	remote = origin
	merge = refs/heads/master
# an space indented section header
  [remote "mainline"]
    # space indented comment
	url = git://gitorious.org/git-python/mainline.git
	fetch = +refs/heads/*:refs/remotes/mainline/*

[remote "MartinMarcher"]
	# tab indented comment
	url = git://gitorious.org/~martin.marcher/git-python/serverhorror.git
	fetch = +refs/heads/*:refs/remotes/MartinMarcher/*
    # can handle comments - the section name is supposed to be stripped
[  gui ]
	geometry = 1316x820+219+243 207 192
[branch "mainline_performance"]
	remote = mainline
	merge = refs/heads/master
[include]
	path = doesntexist.cfg
	abspath = /usr/bin/foodoesntexist.bar