config 570 B

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