]> git.ipfire.org Git - thirdparty/git.git/commit
bisect--helper: reimplement `bisect_log` shell function in C
authorPranit Bauva <pranit.bauva@gmail.com>
Wed, 3 Feb 2021 21:54:32 +0000 (22:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
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 <larsxschneider@gmail.com>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Helped-by: Rafael Silva <rafaeloliveira.cs@gmail.com>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
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