bisect--helper: reimplement `bisect_log` shell function in C
authorPranit Bauva <redacted>
Wed, 3 Feb 2021 21:54:32 +0000 (22:54 +0100)
committerJunio C Hamano <redacted>
Wed, 3 Feb 2021 22:52:08 +0000 (14:52 -0800)
commit97d5ba6a39253a38229dd4518afd0410d13f615a
tree4379d89db39e8be9efc34786414971ed288cead6
parent6d3ef5b467eccd2769f1aa1c555d317d3c8dc707
bisect--helper: reimplement `bisect_log` shell function in C

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

Using `--bisect-log` subcommand is a temporary measure to port shell
function to C so as to use the existing test suite.

Mentored-by: Lars Schneider <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Johannes Schindelin <redacted>
Helped-by: Rafael Silva <redacted>
Signed-off-by: Pranit Bauva <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