GotoDiff improvement when no opened working folder
Start Sublime Text with empty project. Open a file from any Git repository folder, but don't add that folder to project. Make some changes in file. Try:
- Run
Git: Diff All Files. Then a new Diff window is generated

- Run
Git: Add AllandGit: Commit. Then a new Add Commit window is generated

- Run
Git: Log Alland pick any one in list. Then a new Commit details window is generated

Put the cursor on diff lines (start from -/+) and press Enter key.

A input text box pop up

It is unneccessary to ask for repo directory and should directly goto the repo directory of original file which generating such Diff or Commit windows.
I'm having the problem where I use sublime-text-git to do a "git diff master" for instance and open a new view, and then when I press Enter in a hunk to go to the file for that hunk, sublime-text-git has forgotten where the git repository root is and asks for it over and over again, for every file in the diff.