diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-11-15 10:32:42 +0100 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-11-15 20:38:16 +0100 |
commit | 049141dce971bdbb85b3c6d12aae7254e7ddbe68 (patch) | |
tree | f0c7b11d8b31f3c13b2bf82fb071c019fe5464ed /.gitignore | |
parent | Turn `git bisect` into a full built-in (diff) | |
download | git-049141dce971bdbb85b3c6d12aae7254e7ddbe68.tar.xz git-049141dce971bdbb85b3c6d12aae7254e7ddbe68.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cb0231fb40..fe234cfa19 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ /git-archimport /git-archive /git-bisect -/git-bisect--helper /git-blame /git-branch /git-bugreport |