blob: 20a219cb1a9091a9ba242c4a43b3eaed968b8779 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Extra attributes to add to git config if the hosting site allows hacking it.
# When the project was hosted on Berlios, this was what it used.
# Replace MAILHOST with the mailing list host.
[gitweb]
owner = esr
[hooks]
mailinglist = gpsd-commit-watch@MAILHOST
announcelist = gpsd-announce@MAILHOST
envelopesender = gpsd-dev@MAILHOST
emailprefix = ""
allowunannotated = true
allowdeletebranch = true
denycreatebranch = false
allowdeletetag = false
allowmodifytag = false
showrev = "git show -C %s; echo"
[ciabot]
project = GPSD
xmlrpc = true
|