History of git irc bot post-commit script
Version 3
git irc bot post-commit script
Tutorial on creating a script to post commits to a IRC channel
After doing much digging around for the git equivalent of the svn irc bot, a kind strange on irc.freenode.net/#git told me about the ii irc client.
post-receive or post-commit depending on how you want to setup your notifications:
post-receive or post-commit depending on how you want to setup your notifications:
#!/bin/sh
echo "---- git commit ----" > /path/to/iihome/irc/#foobar/in
git log -1 > /path/to/iihome/irc/irc.example.com/#foobar/in