]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/bisect-sans-show-branch'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:35 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:35 +0000 (15:32 -0700)
"git bisect" spawned "git show-branch" only to pretty-print the
title of the commit after checking out the next version to be
tested; this has been rewritten in C.

* jc/bisect-sans-show-branch:
  bisect: simplify return code from bisect_checkout()
  bisect: do not run show-branch just to show the current commit


Trivial merge