bisect--helper: BUG() in cmd_*() on invalid subcommand
authorMiriam Rubio <redacted>
Fri, 28 Aug 2020 12:46:05 +0000 (14:46 +0200)
committerJunio C Hamano <redacted>
Fri, 28 Aug 2020 23:21:15 +0000 (16:21 -0700)
commitef5aef5ee0f8ff932f8beb21ff33a4dafee214b5
treed1d2d587a16529413eeeb24bd7c08bd3a0d8ecca
parente9b77c84a0a0df029f2a3a8114e9f22186e7da24
bisect--helper: BUG() in cmd_*() on invalid subcommand

In cmd_bisect__helper() function, if an invalid or no
subcommand is passed there is a BUG.

BUG() out instead of returning an error.

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