Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect: check for mandatory argument of 'bisect replay'
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 68fcff6dbf0247e2add6524667aa55f7c6beb669..c21e33c8d133af0e9e0ae3edaffd0a5593ff4ac3 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-343,6
+343,7
@@
bisect_clean_state() {
}
bisect_replay () {
+ test "$#" -eq 1 || die "No logfile given"
test -r "$1" || die "cannot read $1 for replaying"
bisect_reset
while read git bisect command rev