]> Kevux Git Server - rit/commit
bisect; remove unused "git-bisect.sh" and ".gitignore" entry
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 15 Nov 2022 09:32:42 +0000 (10:32 +0100)
committerTaylor Blau <me@ttaylorr.com>
Tue, 15 Nov 2022 19:38:16 +0000 (14:38 -0500)
commit049141dce971bdbb85b3c6d12aae7254e7ddbe68
treef0c7b11d8b31f3c13b2bf82fb071c019fe5464ed
parent73fce29427071e53d2650d7f201cf44d3c941e3b
bisect; remove unused "git-bisect.sh" and ".gitignore" entry

Since 73fce29427 (Turn `git bisect` into a full built-in, 2022-11-10)
we've used builtin/bisect.c instead of git-bisect.sh to implement the
"bisect" command.

Let's remove the unused leftover script, and the ".gitignore" entry for
the "git-bisect--helper", which also hasn't been built since
73fce29427.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
.gitignore
git-bisect.sh [deleted file]