Code

bisect: fix another instance of eval'ed string
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 27 Feb 2009 06:31:22 +0000 (07:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2009 22:30:34 +0000 (14:30 -0800)
commitcce074a2760940cb78232ce2201ab5590e274d4a
tree078a2a03548b4d7c781a61d6304fa96591134fc0
parent1b249ffe8dff12849e3e215b46b245daecfadba0
bisect: fix another instance of eval'ed string

When there is nothing to be skipped, the output from
rev-list --bisect-vars was eval'ed without first being
strung together with &&; this is probably not a problem
as it is much less likely to be a bad input than the list
handcrafted by the filter_skip function, but it still is
a good discipline.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh