Merge branch 'ak/run-command-on-cygwin-fix'
commitd01b722b7a077202c82902f49c48cb8081c696ef
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:44 +0000 (22 13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:44 +0000 (22 13:42 -0700)
tree0a72203d0a9f8abd6f6efbaa9e87cd68b946604f
parent8777ec119e94782e7e5e49367cd40e0ee412bcb3
parent05ac8582bc722c8bd3ab7a0cafa681bec198a06d
Merge branch 'ak/run-command-on-cygwin-fix'

Utitiles run via the run_command() API were not spawned correctly
on Cygwin, when the paths to them are given as a full path with
backslashes.

* ak/run-command-on-cygwin-fix:
  run-command: trigger PATH lookup properly on Cygwin