git-slack-hook
git-slack-hook copied to clipboard
Post failed when '&' include
Post failed when '&' is included in commit message. For example, "Erase user.name & user.email" for commit message.
& should be escaped to '%26'.
Aha! It appears all values must be URL-encoded before being sent to Slack. See my recent #38.