Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: Speed up fetch of large numbers of refs
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 8969553658bb5f4f2191f370062af9af33989d88..6f6f03966f5905c799a1a67df58e11b0a5f7564c 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-405,7
+405,7
@@
bisect_run () {
exit $res
fi
- if grep "is first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then
+ if grep "is
the
first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then
echo "bisect run success"
exit 0;
fi