git-hipchat-hook
git-hipchat-hook copied to clipboard
A simple GIT post-receive hook script for notifying a room in HipChat.
Hipchat has switched to v2 and there are some changes that make the existing instructions not work out-of-the-box... First of all I get errors about an invalid character on the...
changes: (1) backticks replaced by $(....) (2) sed delimiters changed to pipe, eliminating the need to escape backslashes (3) replace escaped double quoutes (inside double quotes), replaced them with single...
- added `REDMINE_REPO_ID` for multi-repo projects - refactored the code
My setup is just a git remote, no gitweb, no gitosis, just git Messages that appeared in Hipchat were as follows: ``` Brian Fehrle pushed to branch master of .git...
This MIGHT address bugs #5 and #8 about that "-e" flag getting printed. echo has portability issues so it's better to use printf (for instance see http://bit.ly/18IxWBY). The only difference...
We just tried setting this up and the only message we ever see are: ``` GIT 1:13 PM -e John Doe pushed to branch of theapp.git ``` Any ideas?
I installed the hook and hipchat-cli. Now when I push, I see this (which I'm unsure whether is related to the problem): ``` ... Delta compression using up to 8...