]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: reimplement `bisect_visualize()` shell function in C
authorPranit Bauva <pranit.bauva@gmail.com>
Mon, 13 Sep 2021 17:39:02 +0000 (19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
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 <chriscool@tuxfamily.org>
Mentored-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
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