]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitae2d05d0c6b1834cfcfc5e060db6cf8d91160c5b
tree2db06cc0a32e54751967d5e802d9253eb97e905c
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
parent1fcc40cd1dbfbdf6879a7b60a3a0250e46dc5c60
Merge branch 'jc/bisect-sans-show-branch'

"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