Merge branch 'ma/locate-in-path-for-windows'
commit8cdd5e713d7ba54b9d26ac997408bb745ab55088
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Aug 2023 23:18:15 +0000 (9 16:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Aug 2023 23:18:16 +0000 (9 16:18 -0700)
tree89df70d128a7f41f454a9eb29cdac0dfe86b994d
parentb6e2a0c0b30dccd050706354eaa64a9e8ed900e5
parentfff1594fa77372ea7a51f6b445267f23fdbf3089
Merge branch 'ma/locate-in-path-for-windows'

"git bisect visualize" stopped running "gitk" on Git for Windows
when the command was reimplemented in C around Git 2.34 timeframe.
This has been corrected.

* ma/locate-in-path-for-windows:
  docs: update when `git bisect visualize` uses `gitk`
  compat/mingw: implement a native locate_in_PATH()
  run-command: conditionally define locate_in_PATH()
compat/mingw.c
compat/mingw.h
run-command.c