git-gui icon indicating copy to clipboard operation
git-gui copied to clipboard

windows: fix Repository>Explore Working Copy

Open dscho opened this issue 2 years ago • 1 comments
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

dscho avatar Mar 21 '23 15:03 dscho

This also fixes #94.

rimrul avatar Mar 23 '23 09:03 rimrul