diff options
author | Pranit Bauva <pranit.bauva@gmail.com> | 2020-09-24 14:33:38 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-24 12:06:30 -0700 |
commit | 09535f056b08445e28c4881064b8435fb434d760 (patch) | |
tree | 1168e9d46824c00d219816f1120557b619beb020 /run-command.c | |
parent | bisect--helper: introduce new `write_in_file()` function (diff) | |
download | tgif-09535f056b08445e28c4881064b8435fb434d760.tar.xz |
bisect--helper: reimplement `bisect_autostart` shell function in C
Reimplement the `bisect_autostart()` shell function in C and add the
C implementation from `bisect_next()` which was previously left
uncovered.
Add `--bisect-autostart` subcommand to be called from git-bisect.sh.
Using `--bisect-autostart` subcommand is a temporary measure to port
the shell function to C so as to use the existing test suite. As more
functions are ported, this subcommand will be retired and
bisect_autostart() will be called directly by `bisect_state()`.
Change behavior of shell script that returned success when user aborted
the bisection.
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: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions