]> Git Repo - qemu.git/blame - .gitpublish
docs/devel: Rules on #include in headers
[qemu.git] / .gitpublish
CommitLineData
08bb160e
FZ
1#
2# Common git-publish profiles that can be used to send patches to QEMU upstream.
3#
4# See https://github.com/stefanha/git-publish for more information
5#
6[gitpublishprofile "default"]
7base = master
8to = [email protected]
9cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
10
11[gitpublishprofile "rfc"]
12base = master
13prefix = RFC PATCH
14to = [email protected]
15cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
16
17[gitpublishprofile "stable"]
18base = master
19to = [email protected]
20cc = [email protected]
21cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
22
23[gitpublishprofile "trivial"]
24base = master
25to = [email protected]
26cc = [email protected]
27cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
28
29[gitpublishprofile "block"]
30base = master
31to = [email protected]
32cc = [email protected]
33cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
34
35[gitpublishprofile "arm"]
36base = master
37to = [email protected]
38cc = [email protected]
39cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
40
41[gitpublishprofile "s390"]
42base = master
43to = [email protected]
44cc = [email protected]
45cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
46
47[gitpublishprofile "ppc"]
48base = master
49to = [email protected]
50cc = [email protected]
51cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
This page took 0.167424 seconds and 4 git commands to generate.