aboutsummaryrefslogtreecommitdiffstats
path: root/misc
AgeCommit message (Collapse)Author
2011-09-21Improve irc notification to support multiple commits.Zaran
post-recieve hooks print all the commit lines to standard output which is piped to git-post-commit.py. git-post-commit.py now reads on standard input, one line at a time and prints in the channel.
2011-09-21Fix a bug in post-recieveZaran
Values are passed to the hook's standard input and not to the commandline arguments. The Git doc is unclear on this subject.
2011-09-20Add trac template.Zaran
2011-09-20Add post-receive scriptZaran
Depends on irclib (included). The misc directory should be used for files related to project maintenance or for configurations files (e.g. ejabberd.conf)