diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-12-14 07:55:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-12-14 07:55:45 +0100 |
commit | bee6e7a8f9951e486827bdebd14ab6d93b50a1bf (patch) | |
tree | be5f44aad33cae285fe2f08983be87e4c4ecc400 /.gitignore | |
parent | Git 2.39 (diff) | |
parent | bisect; remove unused "git-bisect.sh" and ".gitignore" entry (diff) | |
download | git-bee6e7a8f9951e486827bdebd14ab6d93b50a1bf.tar.xz git-bee6e7a8f9951e486827bdebd14ab6d93b50a1bf.zip |
Merge branch 'dd/git-bisect-builtin'
`git bisect` becomes a builtin.
* dd/git-bisect-builtin:
bisect; remove unused "git-bisect.sh" and ".gitignore" entry
Turn `git bisect` into a full built-in
bisect--helper: log: allow arbitrary number of arguments
bisect--helper: handle states directly
bisect--helper: emit usage for "git bisect"
bisect test: test exit codes on bad usage
bisect--helper: identify as bisect when report error
bisect-run: verify_good: account for non-negative exit status
bisect run: keep some of the post-v2.30.0 output
bisect: fix output regressions in v2.30.0
bisect: refactor bisect_run() to match CodingGuidelines
bisect tests: test for v2.30.0 "bisect run" regressions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0832f1da77..e942a83b45 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ /git-archimport /git-archive /git-bisect -/git-bisect--helper /git-blame /git-branch /git-bugreport |