From: Junio C Hamano Date: Mon, 11 Jul 2016 17:44:11 +0000 (-0700) Subject: Merge branch 'jk/bisect-show-tree' into maint X-Git-Tag: v2.9.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8530304433264436fb9ad7d7afb8441a51b8a27;p=thirdparty%2Fgit.git 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 --- b8530304433264436fb9ad7d7afb8441a51b8a27