]> git.ipfire.org Git - thirdparty/git.git/commit - git-bisect.sh
bisect: use && to connect statements that are deferred with eval.
authorJon Seymour <jon.seymour@gmail.com>
Thu, 4 Aug 2011 12:00:58 +0000 (22:00 +1000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2011 22:33:34 +0000 (15:33 -0700)
commit6ba7acffdd24e9ed9b31e503ce87f2af31cd0883
treea11c1e81edc6caf54102f20fa6fd84a4ba49935e
parent4764f46492b0849ce3cf2f527978acd9c2d5f7e6
bisect: use && to connect statements that are deferred with eval.

Christian Couder pointed out that the existing eval strategy
swallows an initial non-zero return. Using && to connect
the statements should fix this.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh