Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] archimport: Actually cope with merges from "remote" repositories. Plus: Nicer messages.
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index a5be3a7293c0b29c60c266beeca28086bd143fbb..8dc77c991c0e8c5a618383052306f9ef1a018352 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-110,7
+110,7
@@
bisect_next_check() {
}
bisect_auto_next() {
- bisect_next_check && bisect_next
+ bisect_next_check && bisect_next
|| :
}
bisect_next() {