Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: fix Repository>Explore Working Copy
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 #4356 Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information