]> git.ipfire.org Git - thirdparty/git.git/commit
rev-list --bisect: Fix best == NULL case.
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 20 Sep 2007 05:23:01 +0000 (07:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2007 07:10:48 +0000 (00:10 -0700)
commit17ed158021ead9cb056f692fc35ff3fcde96a747
tree6ccdca4a789bc9546632273b0449254af0550191
parent077d6f72c7db84d2b6b3db879e3d68ab60482d43
rev-list --bisect: Fix best == NULL case.

Earlier commit ce0cbad77 broke rev-list --bisect to cause it
segfault when the resulting set is empty.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-rev-list.c