sshaw / git-link

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

Fix for buffers visiting files through symlinks #1

Closed dolzenko closed 10 years ago

sshaw commented 10 years ago

Hey thanks. This was on my TODO list :smile:

I did make a small change to prevent an error when the buffer has no file name: https://github.com/sshaw/git-link/blob/master/git-link.el#L68-L71

dolzenko commented 10 years ago

Ha, thanks for fixing that and for that nifty tool!