]> git.99rst.org Git - git.git/commit
bisect--helper: reimplement `bisect_run` shell function in C
authorTanushree Tumane <redacted>
Mon, 13 Sep 2021 17:39:03 +0000 (19:39 +0200)
committerJunio C Hamano <redacted>
Mon, 13 Sep 2021 20:37:37 +0000 (13:37 -0700)
commitd1bbbe45df8f1019364d3bdf458b49de1a693721
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 <redacted>
Signed-off-by: Tanushree Tumane <redacted>
Signed-off-by: Miriam Rubio <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/bisect--helper.c
git-bisect.sh
git clone https://git.99rst.org/PROJECT