sshaw / git-link

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

Add git-link-homepage-bitbucket #97

Closed psibi closed 2 years ago

psibi commented 2 years ago

Have been using this for a bunch of different bitbucket repos.

sshaw commented 2 years ago

Hi, thanks for the PR. I didn't realize this was a bug as the function is referenced here but never defined (I'm using an older version before the homepage alist was added).

Since this function is the same as GitHub's, can we update line 254 in the alist to refer to git-link-homepage-github instead of adding a new function?

psibi commented 2 years ago

Thanks, done!

sshaw commented 2 years ago

Great! Thanks again!