Merge branch 'mr/bisect-in-c-4'
commit0a4cb1f1f2f64e5f3791809284ba786a8094dfb4
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:48 +0000 (23 13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:48 +0000 (23 13:44 -0700)
tree17d029ca760431634ca1acd93472065ee63ddeaa
parent57e4a7b633d00f274051d436edcec14ad98969c3
parent911aba1420522991f9d79cec42d0cb957d2ba00a
Merge branch 'mr/bisect-in-c-4'

Rewrite of "git bisect" in C continues.

* mr/bisect-in-c-4:
  bisect--helper: retire `--bisect-next-check` subcommand
  bisect--helper: reimplement `bisect_run` shell function in C
  bisect--helper: reimplement `bisect_visualize()` shell function in C
  run-command: make `exists_in_PATH()` non-static
  t6030-bisect-porcelain: add test for bisect visualize
  t6030-bisect-porcelain: add tests to control bisect run exit cases
git-bisect.sh
run-command.c
run-command.h