File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ bisect_replay () {
210210 test -r " $file " || die " $( eval_gettext " cannot read \$ file for replaying" ) "
211211 git bisect--helper --bisect-reset || exit
212212 oIFS=" $IFS " IFS=" $IFS $( printf ' \015' ) "
213- while read git bisect command rev
213+ while read git bisect command rev tail
214214 do
215215 test " $git $bisect " = " git bisect" || test " $git " = " git-bisect" || continue
216216 if test " $git " = " git-bisect"
@@ -223,7 +223,7 @@ bisect_replay () {
223223 get_terms
224224 case " $command " in
225225 start)
226- cmd=" bisect_start $rev "
226+ cmd=" bisect_start $rev $tail "
227227 eval " $cmd " ;;
228228 " $TERM_GOOD " |" $TERM_BAD " |skip)
229229 git bisect--helper --bisect-write " $command " " $rev " " $TERM_GOOD " " $TERM_BAD " || exit ;;
You can’t perform that action at this time.
0 commit comments