author | Jon Seymour <jon.seymour@gmail.com> | |
Thu, 4 Aug 2011 12:00:58 +0000 (22:00 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Aug 2011 22:33:34 +0000 (15:33 -0700) | ||
commit | 6ba7acffdd24e9ed9b31e503ce87f2af31cd0883 | |
tree | a11c1e81edc6caf54102f20fa6fd84a4ba49935e | tree | snapshot |
parent | 4764f46492b0849ce3cf2f527978acd9c2d5f7e6 | commit | diff |
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>
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 | diff | blob | history |