sshaw / git-link

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

Fixing git-link-remote-regex to work with services on nonstandard ports #33

Closed kbrooks closed 8 years ago

kbrooks commented 8 years ago

https://github.com/sshaw/git-link/issues/32

Switched over to the rx macro because it's easier to read

kbrooks commented 8 years ago

whoops this doesn't work

kbrooks commented 8 years ago

I'm going to add a way for users to specify their own entries to git-link-remote-alist and git-link-commit-remote-alist.

edit: nevermind you already have that