blob: 557c2200ba41b1f4383c72a7911a74564d14eeda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[core]
repositoryformatversion = 0
[svn-remote "svn"]
rewriteRoot = svn://svn.FreeBSD.org/base/head/usr.bin/unifdef
url = svn+ssh://fanf@svn.FreeBSD.org/base/head/usr.bin/unifdef
fetch = :refs/remotes/git-svn
[remote "github"]
url = git@github.com:fanf2/unifdef.git
fetch = +refs/heads/*:refs/remotes/github/*
fetch = +refs/pull/*/head:refs/remotes/github/pull/*
|