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 () {
210
210
test -r " $file " || die " $( eval_gettext " cannot read \$ file for replaying" ) "
211
211
git bisect--helper --bisect-reset || exit
212
212
oIFS=" $IFS " IFS=" $IFS $( printf ' \015' ) "
213
- while read git bisect command rev
213
+ while read git bisect command rev tail
214
214
do
215
215
test " $git $bisect " = " git bisect" || test " $git " = " git-bisect" || continue
216
216
if test " $git " = " git-bisect"
@@ -223,7 +223,7 @@ bisect_replay () {
223
223
get_terms
224
224
case " $command " in
225
225
start)
226
- cmd=" bisect_start $rev "
226
+ cmd=" bisect_start $rev $tail "
227
227
eval " $cmd " ;;
228
228
" $TERM_GOOD " |" $TERM_BAD " |skip)
229
229
git bisect--helper --bisect-write " $command " " $rev " " $TERM_GOOD " " $TERM_BAD " || exit ;;
You can’t perform that action at this time.
0 commit comments