Skip to content
jjo edited this page Sep 13, 2010 · 6 revisions
[user]
	signingkey = 2CFF5964
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "github"]
	url = git@github.com:jjo/openvpn-ipv6.git
	fetch = +refs/heads/*:refs/remotes/github/*
	push = +refs/heads/*:refs/heads/*
	push = +refs/tags/*:refs/tags/*
# svn-import 
[svn-remote "svn"]
	url = http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn
	fetch = :refs/remotes/git-svn
	#tags = tags/*/openvpn:refs/remotes/openvpn/tags/*
	
	#url = http://svn.openvpn.net/projects/openvpn
	#fetch = branches/BETA21/openvpn/trunk:refs/remotes/trunk
	#branches = branches/BETA21/openvpn/branches/*:refs/remotes/*
	#tags = branches/BETA21/openvpn/tags/*:refs/remotes/tags/*
# Gert's ipv6_payload
[remote "gert-ipv6"]
	url = git://compile.svr01.mucip.net/openvpn.git
	fetch = +refs/heads/gert-ipv6:refs/remotes/gert-ipv6/gert-ipv6
# openvpn-testing community repo
[remote "openvpn-testing"]
	url = git://openvpn.git.sourceforge.net/gitroot/openvpn/openvpn-testing.git
	fetch = +refs/heads/*:refs/remotes/openvpn-testing/*
[branch "openvpn-testing-master"]
	remote = openvpn-testing
	merge = refs/heads/master
[branch "openvpn-testing-allmerged"]
	remote = openvpn-testing
	merge = refs/heads/allmerged
[branch "openvpn-testing-feat_ipv6_payload"]
	remote = openvpn-testing
	merge = refs/heads/feat_ipv6_payload
[branch "openvpn-testing-feat_ipv6_transport"]
	remote = openvpn-testing
	merge = refs/heads/feat_ipv6_transport
Clone this wiki locally