git-bisect: call the found commit "*the* first bad commit"

Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nanako Shiraishi
2009-08-26 17:38:50 +09:00
committed by Junio C Hamano
parent 1d2a7e0c58
commit 21d0bc2f9a
3 changed files with 11 additions and 11 deletions

View File

@ -405,7 +405,7 @@ bisect_run () {
exit $res
fi
if grep "is first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then
if grep "is the first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then
echo "bisect run success"
exit 0;
fi