We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4fdd79 + 1acf117 commit dddc411Copy full SHA for dddc411
1 file changed
git-bisect.sh
@@ -126,7 +126,8 @@ bisect_start() {
126
start_head=$(cat "$GIT_DIR/BISECT_START")
127
if test "z$mode" != "z--no-checkout"
128
then
129
- git checkout "$start_head" --
+ git checkout "$start_head" -- ||
130
+ die "$(eval_gettext "Checking out '\$start_head' failed. Try 'git bisect reset <validbranch>'.")"
131
fi
132
else
133
# Get rev from where we start.
0 commit comments