git-gui
git-gui copied to clipboard
windows: fix Repository>Explore Working Copy
trafficstars
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
This also fixes #94.