]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ma/locate-in-path-for-windows'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Aug 2023 23:18:15 +0000 (16:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Aug 2023 23:18:16 +0000 (16:18 -0700)
"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()

1  2 
compat/mingw.c
compat/mingw.h
run-command.c

diff --cc compat/mingw.c
Simple merge
diff --cc compat/mingw.h
Simple merge
diff --cc run-command.c
Simple merge