Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/maint-cygwin-count-objects'
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 8b3c5858a901619eecd162229f92eb431b3e63f9..a5ea843fbf9d8dca682fefe10bb91f3b3e6d30b3 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-300,8
+300,7
@@
bisect_visualize() {
esac
fi
- not=$(git for-each-ref --format='%(refname)' "refs/bisect/good-*")
- eval '"$@"' refs/bisect/bad --not $not -- $(cat "$GIT_DIR/BISECT_NAMES")
+ eval '"$@"' --bisect -- $(cat "$GIT_DIR/BISECT_NAMES")
}
bisect_reset() {