diff options
author | Pranit Bauva <pranit.bauva@gmail.com> | 2019-01-02 07:38:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-02 10:23:02 -0800 |
commit | 129a6cf344c4b352433f5a24de02a62783f6c6df (patch) | |
tree | e24821ed51fd52a71ed5a21d699761b5915ff3f8 /t/t5801-remote-helpers.sh | |
parent | bisect--helper: `check_and_set_terms` shell function in C (diff) | |
download | tgif-129a6cf344c4b352433f5a24de02a62783f6c6df.tar.xz |
bisect--helper: `bisect_next_check` shell function in C
Reimplement `bisect_next_check` shell function in C and add
`bisect-next-check` subcommand to `git bisect--helper` to call it from
git-bisect.sh .
`bisect_voc` shell function is no longer useful now and is replaced by
using a char *[] of "new|bad" and "good|old" values.
Using `--bisect-next-check` is a temporary measure to port shell
function to C so as to use the existing test suite. As more functions
are ported, this subcommand will be retired but its implementation will
be called by some other methods.
Helped-by: Stephan Beyer <s-beyer@gmx.net>
Mentored-by: Lars Schneider <larsxschneider@gmail.com>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5801-remote-helpers.sh')
0 files changed, 0 insertions, 0 deletions