mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
When using `git_process_new` on win32, resolve the path to the application in the same way that we do on POSIX. Search `PATH` for command to execute (unless the given executable is fully qualified). In addition, better match Windows executable lookup behavior itself (allowing the command to be `foo`, and looking for a matching `foo.exe` or `foo.cmd`.)