Merge branch 'jk/bisect-show-tree'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:10 +0000 (13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:10 +0000 (13:38 -0700)
commitf1e80a12a485c1d3092cef96aa4a101405d326f9
treeb64e10d20855f734829273c7879b96cc738708dd
parent35d213c87ca7b46974decb53d9df2d363b707b50
parent43ec55091553658e4cfb1d927ff2a0fb50a8fdba
Merge branch 'jk/bisect-show-tree'

"git bisect" makes an internal call to "git diff-tree" when
bisection finds the culprit, but this call did not initialize the
data structure to pass to the diff-tree API correctly.

* jk/bisect-show-tree:
  bisect: always call setup_revisions after init_revisions
bisect.c