File: git.config

package info (click to toggle)
unifdef 2.12-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: ansic: 2,111; sh: 352; makefile: 56; perl: 33
file content (10 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
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/*