]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/bisect-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Jan 2023 01:22:00 +0000 (17:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Jan 2023 01:22:01 +0000 (17:22 -0800)
commit30b4e5c888e20e5dd4684a47684663994ae696e7
treea1dd18072a98022715c12c65410c00f8db0c0fbf
parent38a49aba901b99365c16b39d2a653f86b801f437
parentde54b5fec45b8e51e94fbe4efbf174f88b38af4e
Merge branch 'ab/bisect-cleanup'

Code clean-up.

* ab/bisect-cleanup:
  bisect: no longer try to clean up left-over `.git/head-name` files
  bisect: remove Cogito-related code
  bisect run: fix the error message
  bisect: verify that a bogus option won't try to start a bisection
  bisect--helper: make the order consistently `argc, argv`
  bisect--helper: simplify exit code computation