bisect--helper: retire `--write-terms` subcommand
authorPranit Bauva <redacted>
Thu, 15 Oct 2020 13:38:37 +0000 (15:38 +0200)
committerJunio C Hamano <redacted>
Fri, 16 Oct 2020 19:24:20 +0000 (12:24 -0700)
commit5c517fe345baa6bc7d0ecc31dd60c299dc6648ce
tree9a90dc67deecb198e236d696118627511920db31
parent9b437b056d9b4c8c99fb1e9dfa0ad06072e2ab0f
bisect--helper: retire `--write-terms` subcommand

The `--write-terms` subcommand is no longer used from the
git-bisect.sh shell script. Instead the function `write_terms()`
is called from the C implementation of `set_terms()` and
`bisect_start()`.

Mentored-by: Lars Schneider <redacted>
Mentored-by: Christian Couder <redacted>
Mentored-by: Johannes Schindelin <redacted>
Signed-off-by: Pranit Bauva <redacted>
Signed-off-by: Tanushree Tumane <redacted>
Signed-off-by: Miriam Rubio <redacted>
Reviewed-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/bisect--helper.c
git clone https://git.99rst.org/PROJECT