Remove all superfluous author tags with just my name in them. Update many copyright...
[freeems-vanilla.git] / docs / git / config
blob263b7ffcfe3b48f30886af151033b5ee1838d6ee
1 # Potential FreeEMS Contributors:
3 # This is my .git/config file!
5 # It is included here for several reasons:
7 # 1) So that I can easily update it on different machines that I use.
8 # 2) So that you can learn from it and setup your remotes as required.
10 # Further help is available here: http://forum.diyefi.org/viewtopic.php?f=41&t=547
12 # Note: downstreams of this repo should add rebase = true to their master branch config
14 # More information is available here: http://forum.diyefi.org/viewtopic.php?f=41&t=1103
16 # Please talk to the lead developer of any repo which you plan to work on before doing so!
18 [core]
19         repositoryformatversion = 0
20         filemode = true
21         ignorecase = false
23 # My redundant remotes
24 [remote "origin"]
25         url = git@github.com:fredcooke/freeems-vanilla.git
26         fetch = +refs/heads/*:refs/remotes/origin/*
27         push = refs/heads/master:refs/heads/dev
28 [remote "raptor"]
29         url = git:freeems-vanilla.git
30         fetch = +refs/heads/*:refs/remotes/raptor/*
31         push = refs/heads/*:refs/heads/*
32 [remote "freeems"]
33         url = git@github.com:FreeEMS/freeems-vanilla.git
34         fetch = +refs/heads/*:refs/remotes/freeems/*
35         push = refs/heads/master:refs/heads/dev
36 [remote "gitorious"]
37         url = git@gitorious.org:freeems-vanilla/freeems-vanilla.git
38         fetch = +refs/heads/*:refs/remotes/gitorious/*
39         push = refs/heads/master:refs/heads/dev
40 [remote "sourceforge"]
41         url = ssh://fredcooke@freeems.git.sourceforge.net/gitroot/freeems/freeems-vanilla
42         fetch = +refs/heads/*:refs/remotes/sourceforge/*
43         push = refs/heads/master:refs/heads/dev
44 [remote "repoorcz"]
45         url = ssh://repo.or.cz/srv/git/freeems-vanilla.git
46         fetch = +refs/heads/*:refs/remotes/repoorcz/*
47         push = refs/heads/master:refs/heads/dev
49 # Others forks
50 [remote "olli"]
51         url = git://github.com/ohollmen/freeems-vanilla.git
52         fetch = +refs/heads/*:refs/remotes/olli/*
53 [remote "seansrepo"]
54         url = git://github.com/seank/freeems-vanilla.git
55         fetch = +refs/heads/*:refs/remotes/seansrepo/*
56 [remote "philj"]
57         url = git://github.com/johnsop1/freeems-vanilla.git
58         fetch = +refs/heads/*:refs/remotes/johnsop1/*
59 [remote "mtxman"]
60         url = git://github.com/djandruczyk/freeems-vanilla.git
61         fetch = +refs/heads/*:refs/remotes/djandruczyk/*
62 [remote "marcos"]
63         url = git://github.com/nitrousnrg/freeems-vanilla.git
64         fetch = +refs/heads/*:refs/remotes/nitrousnrg/*
65 [remote "jaredh"]
66         url = git://github.com/jharvey/freeems-vanilla.git
67         fetch = +refs/heads/*:refs/remotes/jharvey/*
68 [remote "johnhowe"]
69         url = git://github.com/johnhowe/freeems-vanilla.git
70         fetch = +refs/heads/*:refs/remotes/johnhowe/*
71 [remote "simis"]
72         url = git://github.com/simeonveldstra/freeems-vanilla.git
73         fetch = +refs/heads/*:refs/remotes/simis/*
75 # Local inspection branches
76 [branch "master"]
77         remote = origin
78         merge = refs/heads/dev
79 [branch "seank"]
80         remote = seansrepo
81         merge = refs/heads/master