[PATCH] archimport: Actually cope with merges from "remote" repositories. Plus: Nicer messages.
[gitweb.git] / git-bisect.sh
index a5be3a7293c0b29c60c266beeca28086bd143fbb..8dc77c991c0e8c5a618383052306f9ef1a018352 100755 (executable)
@@ -110,7 +110,7 @@ bisect_next_check() {
 }
 
 bisect_auto_next() {
-       bisect_next_check && bisect_next
+       bisect_next_check && bisect_next || :
 }
 
 bisect_next() {