push: use same rules as git-rev-parse to resolve refspecs
[gitweb.git] / git-bisect.sh
index c18bd32bf430c4cde07777e160cc3d4c81ee8999..3aac8164c62c1f4af8df76832322df9f25a05b38 100755 (executable)
@@ -276,7 +276,8 @@ exit_if_skipped_commits () {
        if expr "$_tried" : ".*[|].*" > /dev/null ; then
                echo "There are only 'skip'ped commit left to test."
                echo "The first bad commit could be any of:"
-               echo "$_tried" | sed -e 's/[|]/\n/g'
+               echo "$_tried" | sed -e 's/[|]/\
+/g'
                echo "We cannot bisect more!"
                exit 2
        fi