bisect: print an error message when "git rev-list --bisect-vars" fails
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 7 May 2008 21:54:28 +0000 (23:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 May 2008 00:50:00 +0000 (17:50 -0700)
Before this patch no error was printed when "git rev-list --bisect-vars"
failed. This can happen when bad and good revs are mistaken.

This patch prints an error message on stderr that describe the likely
failure cause.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found