sshaw / git-link

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

URL escape special chars in pathnames #92

Closed bitti closed 2 years ago

bitti commented 2 years ago

I occasionally have to work on a project with whitespace in pathnames, which causes git-link to produce broken links. This change should fix that and other edge cases where problematic characters occur.

sshaw commented 2 years ago

Great, thanks!

sshaw commented 2 years ago

This is causing issues. See #93