git-slack-hook icon indicating copy to clipboard operation
git-slack-hook copied to clipboard

Post failed when '&' include

Open okamototk opened this issue 9 years ago • 1 comments

Post failed when '&' is included in commit message. For example, "Erase user.name & user.email" for commit message.

& should be escaped to '%26'.

okamototk avatar Apr 17 '16 14:04 okamototk

Aha! It appears all values must be URL-encoded before being sent to Slack. See my recent #38.

unitof avatar Oct 04 '16 19:10 unitof