updated git and svn scripts
[xrzperl.git] / .gitconfig
blobd410a6bd12529c1d900c6f25897790aedbed08b4
1 [core]
2         repositoryformatversion = 0
3         filemode = true
4         bare = false
5         logallrefupdates = true
6 [svn-remote "svn"]
7         url = https://xrzperl.googlecode.com/svn
8         fetch = trunk:refs/remotes/trunk
9         branches = branches/*:refs/remotes/*
10         tags = tags/*:refs/remotes/tags/*
11 [svn]
12         authorsfile = /myplace/workspace/authors.txt
13 [remote "local"]
14         url = /myplace/repos/perl.git
15         fetch = +refs/heads/*:refs/remotes/local/*
16 [user]
17         name = Nahn Eotect
18         email = eotect@gmail.com
19 [remote "gitorious"]
20         url = git@gitorious.org:eotect/perl.git
21         fetch = +refs/heads/*:refs/remotes/gitorious/*
22 [remote "github"]
23         url = git@github.com:eotect/perl.git
24         fetch = +refs/heads/*:refs/remotes/github/*