bgrainger / GitBlame

"git blame" GUI for Windows
GNU General Public License v2.0
5 stars 3 forks source link

Add context menu to copy link to specific line number in current file. #11

Closed RyanGano closed 9 years ago

RyanGano commented 9 years ago

This simply copies a link to a specific line. I didn't bother adding a context menu on for the line column because it worked as expected from the existing context menu.

bgrainger commented 9 years ago

Should we change the existing command to "View commit at GitHub" and this to "View line at GitHub"? I'm realising that usually I want the latter, anyway; a user who wants the URL could then copy it from the browser to the clipboard.

RyanGano commented 9 years ago

Done, Much cleaner change when it can use the same command.