]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
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)
commit5b7877482082698a730f1045c78cf90af544ab6c
tree69605e75f7233186df9301ba4a561e0767e15dc5
parent10f1281498467654abdb13c6c7c7b23af4b97aeb
parent8198993c817b6c3b42f91c7345469c113c6eeabc
Merge branch 'pk/bisect-use-show'

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"