bisect--helper: reimplement `bisect_run` shell function in C
commitd1bbbe45df8f1019364d3bdf458b49de1a693721
authorTanushree Tumane <tanushreetumane@gmail.com>
Mon, 13 Sep 2021 17:39:03 +0000 (13 19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 20:37:37 +0000 (13 13:37 -0700)
treec1a891531ccc26c55206262638d75f4d421dfd02
parent5e1f28d20600ea7d482db875cbd759b410c095b7
bisect--helper: reimplement `bisect_run` shell function in C

Reimplement the `bisect_run()` shell function
in C and also add `--bisect-run` subcommand to
`git bisect--helper` to call it from git-bisect.sh.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c
git-bisect.sh