sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

Interface for git show #1725

Open bkeller2 opened 1 year ago

bkeller2 commented 1 year ago

Problem description

The ability to have some interface to git show that would then open up a previous version of the file in sublime text.

Preferred solution

When looking at the diff for a file, the ability to click the ... and have the option to view the previous version of the file. Clicking that would then pipe the output from git show into sublime text.

Alternatives

Have the ability to easily specify this via a Custom Command for the command palette.

srbs commented 1 year ago

workaround: https://forum.sublimetext.com/t/view-in-editor-to-view-a-specific-revision-menu-items/57605