]> git.99rst.org Git - git.git/commit
bisect--helper: reimplement `bisect_visualize()` shell function in C
authorPranit Bauva <redacted>
Mon, 13 Sep 2021 17:39:02 +0000 (19:39 +0200)
committerJunio C Hamano <redacted>
Mon, 13 Sep 2021 20:37:37 +0000 (13:37 -0700)
commit5e1f28d20600ea7d482db875cbd759b410c095b7
treea1fb73f688ba070daee32a2a7659a383e98c1105
parent3f36e6f30c5ee8d337dffa65c487080b87b29030
bisect--helper: reimplement `bisect_visualize()` shell function in C

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

Mentored-by: Christian Couder <redacted>
Mentored-by: Johannes Schindelin <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