]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/git-bisect-builtin'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:45 +0000 (15:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:45 +0000 (15:55 +0900)
commitbee6e7a8f9951e486827bdebd14ab6d93b50a1bf
treebe5f44aad33cae285fe2f08983be87e4c4ecc400
parentc48035d29b4e524aed3a32f0403676f0d9128863
parent049141dce971bdbb85b3c6d12aae7254e7ddbe68
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
.gitignore
Makefile
git.c