]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Turn `git bisect` into a full built-in
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Nov 2022 16:36:46 +0000 (23:36 +0700)
committerTaylor Blau <me@ttaylorr.com>
Fri, 11 Nov 2022 22:06:02 +0000 (17:06 -0500)
commit73fce29427071e53d2650d7f201cf44d3c941e3b
tree15dce61b4312038342dbe2daa6c2adebfa23653d
parent0da4b538e40f38f2ee7adc625cac18ae0d8df4d1
Turn `git bisect` into a full built-in

Now that the shell script hands off to the `bisect--helper` to do
_anything_ (except to show the help), it is but a tiny step to let the
helper implement the actual `git bisect` command instead.

This retires `git-bisect.sh`, concluding a multi-year journey that many
hands helped with, in particular Pranit Bauna, Tanushree Tumane and
Miriam Rubio.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Makefile
builtin.h
builtin/bisect.c [moved from builtin/bisect--helper.c with 99% similarity]
git.c