ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

Show GitLink options in Git History tab #321

Open DuBistKomisch opened 7 months ago

DuBistKomisch commented 7 months ago

If I right click in a file and select "Git" -> "Show History", it opens a History tab in the Git tool window. This tab shows a big list of commits on the left, and right clicking one of them doesn't show any GitLink options. Instead, I have to select "Show in Git Log" which then highlights the commit in the Log tab, and right clicking there does show the GitLink options. It would be faster if the options were available directly from the History tab instead.

image