]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/bisect-final-output'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:04 +0000 (15:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:04 +0000 (15:16 +0900)
commit1b8f4dc580432107693a780010c240c2b676ff30
treec71d4f576b7375ca496a77a45c8aec8747e1d216
parent3cef67694cfd4f90e12174576fec79252d1e8b96
parentb02be8b901bc65de1b75014c0dade67b233569ff
Merge branch 'jk/bisect-final-output'

The final report from "git bisect" used to show the suspected
culprit using a raw "diff-tree", with which there is no output for
a merge commit.  This has been updated to use a more modern and
human readable output that still is concise enough.

* jk/bisect-final-output:
  bisect: make diff-tree output prettier
  bisect: fix internal diff-tree config loading
  bisect: use string arguments to feed internal diff-tree