These patches correspond to a second part of patch series of Outreachy project "Finish converting `git bisect` from shell to C" started by Pranit Bauva and Tanushree Tumane (https://public-inbox.org/git/pull.117.git.gitgitgadget@xxxxxxxxx) and continued by me. This patch series version is composed by the last seven patches of part2 set. These patch series emails were generated from: https://gitlab.com/mirucam/git/commits/git-bisect-work-part2-v11-subset2. I would like to thank Johannes Schindelin for reviewing this patch series. General information ------------------- * Rebased on d4a392452e (Git 2.29-rc1, 2020-10-08). Specific changes ---------------- [4/7]bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C * Add `oid_array_clear()` calls before return BISECT_FAILED; --- Pranit Bauva (7): bisect--helper: finish porting `bisect_start()` to C bisect--helper: retire `--bisect-clean-state` subcommand bisect--helper: retire `--next-all` subcommand bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C bisect--helper: retire `--check-expected-revs` subcommand bisect--helper: retire `--write-terms` subcommand bisect--helper: retire `--bisect-autostart` subcommand builtin/bisect--helper.c | 187 +++++++++++++++++++++++---------------- git-bisect.sh | 81 ++--------------- 2 files changed, 117 insertions(+), 151 deletions(-) -- 2.25.0