sshaw/git-link

404 when branch name has a # in it

punchagan opened this issue · 1 comments

git-link gives an invalid url when the branch name has a # in it. #2-fix-some-issue for example. The hash will need to be escaped to %23 to get valid URLs.

sshaw commented

Thanks for reporting. This is fixed in v0.4.5.