josa42 / atom-blame

Show git blame as a gutter in Atom editor
https://atom.io/packages/blame
MIT License
22 stars 18 forks source link

Make http/https part of commit link dependent on repo #20

Closed apuchkov closed 8 years ago

apuchkov commented 8 years ago

Previously commit link always used https protocol.

However, some on prem gitlab installations might use http, so commit link with https protocol won't work for them.

Changed to determine protocol based on git remote path.

josa42 commented 8 years ago

Looks fine. Thank you!