my config contains ; in url:
[hooks "slack"]
webhook-url = https://hooks.slack.com/services/
channel = "#git"
repos-root = /srv/git/
changeset-url-pattern = "https://git.local/cgi-bin/gitweb.cgi?p=%repo_path%;a=commitdiff;h=%rev_hash%"
show-full-commit = true
show-only-last-commit = false
username = git
this looks ok if one commit is pushed,
but shows Author Name;;;;;<https://git.local> when multiple commits are pushed.
i.e all but last commit is ok with push with multiple commits
probably related to #15 being not tested with multiple commits
my config contains
;in url:this looks ok if one commit is pushed,
but shows
Author Name;;;;;<https://git.local>when multiple commits are pushed.i.e all but last commit is ok with push with multiple commits
probably related to #15 being not tested with multiple commits