sshaw / git-link

Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
399 stars 74 forks source link

404 when branch name has a # in it #36

Closed punchagan closed 8 years ago

punchagan commented 8 years ago

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 8 years ago

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