Closed punchagan closed 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.
#2-fix-some-issue
%23
Thanks for reporting. This is fixed in v0.4.5.
v0.4.5
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.