jzoss / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.
https://github.com/jzoss/Git-Source-Control-Provider
GNU General Public License v2.0
78 stars 26 forks source link

Add context menu option to view file history #100

Open JohanLarsson opened 6 years ago

JohanLarsson commented 6 years ago

As it is now right mouse click > git > History brings up a window that I never found any use for, not saying it is bad, it is probably just me.

When doing right mouse click > History in Git Extensions a view that shows all commits that touched the file is shown.

My suggestion is to either: a) Change the current History context menu item to open the file history. b) Add a new button File History that shows it.

jzoss commented 6 years ago

@JohanLarsson Can you post a screen shot?

JohanLarsson commented 6 years ago

In the solution browser RMB > git > History brings up: image

In GitExtensions > File tree >RMB > View History brings up: image