]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pk/bisect-use-show'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 22:05:56 +0000 (15:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 22:05:56 +0000 (15:05 -0700)
When "git bisect" reports the commit it determined to be the
culprit, we used to show it in a format that does not honor common
UI tweaks, like log.date and log.decorate.  The code has been
taught to use "git show" to follow more customizations.

* pk/bisect-use-show:
  bisect: report the found commit with "show"


Trivial merge