Files
git/builtin
Johannes Schindelin 4de06fbd56 bisect run: fix the error message
In d1bbbe45df (bisect--helper: reimplement `bisect_run` shell function
in C, 2021-09-13), we ported the `bisect run` subcommand to C, including
the part that prints out an error message when the implicit `git bisect
bad` or `git bisect good` failed.

However, the error message was supposed to print out whether the state
was "good" or "bad", but used a bogus (because non-populated) `args`
variable for it. This was fixed in [1], but as of [2] (when
`bisect--helper` was changed to the present `bisect-state') the error
message still talks about implementation details that should not
concern end users.

Fix that, and add a regression test to ensure that the intended form of
the error message.

1. 80c2e9657f (bisect--helper: report actual bisect_state() argument
   on error, 2022-01-18
2. f37d0bdd42 (bisect: fix output regressions in v2.30.0, 2022-11-10)

Helped-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-01-13 14:17:14 -08:00
..
2022-12-26 11:42:05 +09:00
2022-04-06 09:42:14 -07:00
2023-01-13 14:17:14 -08:00
2023-01-05 15:07:22 +09:00
2023-01-02 21:37:18 +09:00
2022-12-14 15:55:46 +09:00
2022-12-14 15:55:46 +09:00
2022-11-23 11:22:24 +09:00
2022-12-26 11:42:05 +09:00
2022-11-16 14:57:32 -05:00
2022-12-14 15:55:46 +09:00
2022-12-14 15:55:46 +09:00
2022-12-26 11:42:05 +09:00
2022-12-14 15:55:46 +09:00
2022-12-14 15:55:46 +09:00
2022-12-18 11:48:26 +09:00