Merge branch 'cc/bisect-rev-parsing'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2015 19:38:14 +0000 (11:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2015 19:38:19 +0000 (11:38 -0800)
The logic in "git bisect bad HEAD" etc. to avoid forcing the test
of the common ancestor of bad and good commits was broken.

* cc/bisect-rev-parsing:
bisect: add test to check that revs are properly parsed
bisect: parse revs before passing them to check_expected_revs()

Trivial merge