Merge branch 'sb/bisect-run-empty'
commit5066a008bb6a810f908c020de02a646cf3c92f34
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:36 +0000 (15 12:14 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:36 +0000 (15 12:14 +0900)
tree20f15cf6e547a833c2e2f9135c12477813f7911b
parent69bfdc614e52ddc66d86ca0d0a6a8fd779d0edca
parentfecd2dd36e6210c0211c812f1be2a07c71c6dcdc
Merge branch 'sb/bisect-run-empty'

"git bisect run" that did not specify any command to run used to go
ahead and treated all commits to be tested as 'good'.  This has
been corrected by making the command error out.

* sb/bisect-run-empty:
  bisect run: die if no command is given
git-bisect.sh