prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

windows: fix Repository>Explore Working Copy #95

Open dscho opened 1 year ago

dscho commented 1 year ago

Since Git v2.39.1, we are a bit more stringent in searching the PATH. In particular, we specifically require the .exe suffix.

However, the Repository>Explore Working Copy command asks for explorer.exe to be found on the PATH, which already has that suffix.

Let's unstartle the PATH-finding logic about this scenario.

This fixes https://github.com/git-for-windows/git/issues/4356

rimrul commented 1 year ago

This also fixes #94.