timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 135 forks source link

Fix: diff file from graph menu did not select a file #1873

Closed kaste closed 3 months ago

kaste commented 3 months ago

The "File History" offers to diff different versions (commits) of files. However, we did not pass the file_path down to the diff, so it always showed the complete diff between the revisions. Fix that!