git-blame
git-blame copied to clipboard
commit url breaks for private packages
Clicking on the commit id of a private project yields a 404 because of insufficient access.
Is it possible to open the URL in the default OS browser instead of an atom webview?
This used to be possible in an older version of Atom, but the api for opening anchors with target="_blank" was removed at one point. They may have exposed a new API in recent versions. i'll check
Also @chrishiestand you should be able to login to the private service from inside the atom webview as a stop gap. Is that possible?
Yes, logging in is a workaround. I'd just prefer to not have atom authorized for my account.
Thanks for looking into it 👍
@chrishiestand I've created a pull request that opens the url in your default browser. https://github.com/alexcorre/git-blame/pull/136