blob: 3cbab4148748d813fdcb0b1f6afa467a29f8c105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# -*- Mode: Conf -*-
[remote "r-systemd"]
url = https://github.com/systemd/systemd.git
tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-systemd/*
fetch = +refs/tags/*:refs/tags/systemd/*
[branch "systemd/master"]
remote = r-systemd
merge = refs/heads/master
[remote "r-elogind"]
url = https://github.com/wingo/elogind.git
tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-elogind/*
fetch = +refs/tags/*:refs/tags/elogind/*
[branch "elogind/master"]
remote = r-elogind
merge = refs/heads/master
[remote "r-eudev"]
url = https://github.com/gentoo/eudev.git
tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-eudev/*
fetch = +refs/tags/*:refs/tags/eudev/*
[branch "eudev/master"]
remote = r-eudev
merge = refs/heads/master
[remote "r-parabola"]
url = https://git.parabola.nu/~lukeshu/systemd.git
pushUrl = ssh://git@git.parabola.nu/~git/~lukeshu/systemd.git
fetch = +refs/heads/*:refs/remotes/r-parabola/*
[branch "systemd/parabola"]
remote = r-parabola
merge = refs/heads/systemd/parabola
[branch "notsystemd/premove"]
remote = r-parabola
merge = refs/heads/notsystemd/premove
[branch "notsystemd/postmove"]
remote = r-parabola
merge = refs/heads/notsystemd/postmove
[branch "notsystemd/master"]
remote = r-parabola
merge = refs/heads/notsystemd/postmove
[remote "r-autothing"]
url = git://lukeshu.com/autothing
tagopt = --no-tags
fetch = +refs/heads/*:refs/remotes/r-autothing/*
|