Merge branch 'jk/bisect-show-tree' into maint
commitb8530304433264436fb9ad7d7afb8441a51b8a27
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:11 +0000 (11 10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:11 +0000 (11 10:44 -0700)
tree44a1e1bd3e3884fa132e01a9bf3941c89b33083e
parent1401236842d871e3a40d5c40e7914b6ef8908899
parent43ec55091553658e4cfb1d927ff2a0fb50a8fdba
Merge branch 'jk/bisect-show-tree' into maint

"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