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.
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 fromgit show
into sublime text.Alternatives
Have the ability to easily specify this via a Custom Command for the command palette.