Bisect: fix some white spaces and empty lines breakages.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
3ac9f612cb
commit
8fe26f4481
@ -153,7 +153,6 @@ bisect_good() {
|
|||||||
rev=$(git rev-parse --verify "$rev^{commit}") || exit
|
rev=$(git rev-parse --verify "$rev^{commit}") || exit
|
||||||
bisect_write_good "$rev"
|
bisect_write_good "$rev"
|
||||||
echo "git-bisect good $rev" >>"$GIT_DIR/BISECT_LOG"
|
echo "git-bisect good $rev" >>"$GIT_DIR/BISECT_LOG"
|
||||||
|
|
||||||
done
|
done
|
||||||
bisect_auto_next
|
bisect_auto_next
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user