sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Fix detection of git worktree directory #77

Closed Dschaehn closed 2 years ago

Dschaehn commented 2 years ago

For a worktree, TortoiseGitProc.exe can be started the same as for the main repo checkout. So we don't have to read the file content of a .git file.

Dschaehn commented 2 years ago

Should fix #59