| Age | Commit message (Collapse) | Author |
|
|
|
this should fix tickets #10 and #11
|
|
Called from the post-receive hook
|
|
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.
|
|
Values are passed to the hook's standard input and not
to the commandline arguments. The Git doc is unclear on
this subject.
|
|
|
|
Depends on irclib (included).
The misc directory should be used for files related to project
maintenance or for configurations files (e.g. ejabberd.conf)
|